
.small-btn{padding: 2px 8px;
    font-size: 11px;
    line-height: 15px;}
@keyframes shake {
0% {
transform: translate3d(0px, 0, 0);
}
50% {
transform: translate3d(0px, 7px, 0);
}
100%{

transform: translate3d(0px, 0, 0);


}
}

.orange .searchTab .nav > li > a{padding: 6px 50px;
    color: #fff;background:#999}
    .orange .searchTab .nav > li.active > a{background:#ff6e26}
.row-m-15{margin:5px 0}
input[type="file"] {margin:5px 0}
.grid-small-btn{margin: 3px 0;}    
.sidebar-nav .nav>li>a {
    padding: 10px;
    background-color: #87c440;
}
 .errorMsg {
    background: #eb6458;
    background: #eb6458;
    position: absolute;
    border-radius: 5px;
    padding: 10px 20px;
        width: 100%;
        color: #fff;
    top: 70px;
    font-size: 12px;
	left:0px;

    z-index: 222222222; 
    margin-left: 17px;
    display: none;
    overflow:visible!important; 
    text-align: center;
    margin: auto;
    float: none;
   
}
 .errorMsg:before{
    border-top-color: #eb6458!important;
    content: '';
     z-index: 222222222!Important;
    border-width: 10px;
    display: block;
   	top: -10px;
    left: 50%;
    margin-left: -10px;
    border-width: 10px 10px 0;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    transform: rotate(180deg);
}
.form-group{position:relative;overflow:visible!important}

 .tipright{  left: inherit;right:100%}
 .tipright:before,
.tipright:after  {  
  
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    border-right-color: #F8F9FB!important;
}
textarea.form-control{min-height:70px;line-height:16px}
.form-btn{margin-top: 24px;
    padding: 7px 30px;}
    
    
 .box2 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.highcharts-credits{
	display:none;
}

.Choose-theme li{    float: left;
    width: 100px;
    height: 100px;
    list-style-type: none;
    text-align: center;    background: url('../images/green.png')  no-repeat center bottom/81px;
}
.Choose-theme .li-purple{background: url('../images/pink.png')  no-repeat center bottom/81px!important;}
.Choose-theme .li-orange{background: url('../images/orange.png')  no-repeat center bottom/81px!important;}
.Choose-theme .li-dark-blue{background: url('../images/dark-blue.png')  no-repeat center bottom/81px!important;}
.inner-footer{background: #2a99d8; color: #FFFFFF;float: left;position: relative;width: 100%;margin-top: 0px;}
/* dark blue */
.dark-blue .nav>li>a {
    padding: 10px;
    background-color: #2d465e;
}
.dark-blue .inner-footer{background: #2d465e;}
.dark-blue .navbar-inner{border-bottom: 3px solid #2d465e!Important;}
.dark-blue .nav>li>a:hover{background: #4f81b1;}
.dark-blue  .nav-pills>li.active>a, .dark-blue  .nav-pills>li.active>a:hover, .dark-blue .nav-pills>li.active>a:focus{
  background: #4f81b1;
}
.dark-blue .btn-info, .dark-blue .btn-info:hover, .dark-blue .btn{background: #2d465e!important;}
.dark-blue .form-top-right {color:#2d465e}
.dark-blue a, .dark-blue a:hover, .dark-blue a:focus{color:#2d465e}
.dark-blue  .well {
   background-color: #4f81b1!important;}
.dark-blue  .well.box-header h2{color:#fff}

/* orange */
.orange .inner-footer{background: #ff6e26;}
.orange .nav>li>a {
    padding: 10px;
    /* background-color:#ff6e26; */
    /* background-color:#fff; */
}
.orange .navbar-inner{border-bottom: 3px solid #ff6e26!Important;}
.orange .nav-pills>li.active>a, .orange  .nav-pills>li.active>a:hover, .orange .nav-pills>li.active>a:focus{
  /* background: #DE460F; */
}
.orange a, .orange a:hover, .orange a:focus{
	/* color:#ff6e26; */
	/* color:#666; */
	/* color:#fff; */
	/* text-decoration: underline; */
	}
.orange .form-top-right {
	color:#DE460F;
	}
.orange .nav>li>a:hover{
	/* background: #DE460F; */
	}
.orange  .well {
   background-color: #DE460F!important;}
.orange  .well.box-header h2{color:#fff}
.orange .btn-info, .orange .btn-info:hover, .orange .btn{
	/* background: #ff6e26!important; */
	/* background: #7f7676!important; */
	}
/* purple */
.purple .inner-footer{background: #c51288;}
.purple a, .purple a:hover, .purple a:focus{color:#c51288}
.purple .navbar-inner{border-bottom: 3px solid #c51288!Important;}
.purple .form-top-right {color:#c51288}
.purple .nav>li>a {
    padding: 10px;
    background-color: #c51288;
}
.purple  .well {
   background-color: #2b31c3!important;}
.purple  .well.box-header h2{color:#fff}
.purple .nav>li>a:hover{background: #2b31c3;}
.purple .nav-pills>li.active>a, .purple  .nav-pills>li.active>a:hover, .purple .nav-pills>li.active>a:focus{
  background: #2b31c3;
}

.purple .btn-info, .purple .btn, .purple .btn-info:hover{background: #c51288!important;}



.popup {
  position:fixed; z-index:2; top:60px; left:50%;
  width:460px; background:#fff;
    -moz-box-shadow:4px 4px 30px #130507;
    -webkit-box-shadow:4px 4px 30px #130507;
  box-shadow:4px 4px 30px #130507;
    -moz-transition:top 800ms;
    border-radius:15px;
   
    -o-transition:top 800ms;
    -webkit-transition:top 800ms;
  transition:top 800ms;
}
  .p_content { width:100%; 	padding: 35px 14px; }
  .p_anch {
    float:left; position:relative; z-index:1; width:100%;
    margin:80px 0 0 0; text-align:center; font-size:18px;
  }
  .p_anch a { color:#000; }
  .p_anch a:hover { text-decoration:none; }
  .p_anch_bottom { margin:1500px 0 0 0; padding:0 0 50px 0; }
  .p_close { position:absolute; right: 18px; top: 7px; width:16px; height:12px; padding:15px 11px 0 0; }
  .p_close span { display:block; width:18px; height:5px; background:#333; }
  .p_close span:first-child {
      -ms-transform:rotate(45deg);
      -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
  }
  .p_close span:last-child {
    margin:-5px 0 0;
      -ms-transform:rotate(135deg);
      -webkit-transform:rotate(135deg);
    transform:rotate(135deg);
  }
  .p_body {
    position:fixed; top:0; left:0; width:100%; height:100%;
    background:#000; opacity:0.7;
      -moz-transition:opacity 800ms;
      -o-transition:opacity 800ms;
      -webkit-transition:opacity 800ms;
    transition:opacity 800ms;
  }


/* JS-styles — declaratively */
.js__popup {}
  .js__p_start {}
  .js__p_close {z-index:11}
  .js__p_body {}
  .js__slide_top { height:0; overflow:hidden; top:0; }
  .js__fadeout { height:0; overflow:hidden; opacity:0; }
  .alert-danger, .alert-success{display:none; margin: 10px 0;padding: 7px 10px!important;}
.github {
  position:fixed; top:0; right:0;
  width:99px; height:99px; background:url(../images/github.png);
}

.nav-pills > li > a {
    border-radius: 0px;
    color: #fff;
}
.sidebar-nav ul.main-menu li.active {
    background-color: #eee;
    margin-left: 0;
}
.b-account-type{    padding: 0px;
    height: 20px;
    width: 60px;
}
.b-details{    font-size: 11px;
    max-height: 300px;
    overflow: auto;
    margin: 15px 0;
    border: 1px solid #ccc;text-align:center}
.b-amount-small{width: 50px;}
.btn{
	/* color:#fff!important; */
	}
.edit-link{float:right;text-decoration:underline; font-size:12px; font-weight:bold}
.popover.confirmation{width: 359px!Important;
    max-width: none!Important;
    text-align: center;
    margin: 10px;
    float: left;
    width: 100%;
    display: none;
    left: -370px;
    top: -59px;}
.popover.confirmation .btn-group{
    display: block;
     margin: 17px -0%;
    float: left;
    width: 100px;
    position: relative;
    left: 114px;
    float: left;
} 
/* .navbar-brand{     width: 183px;
    text-transform: uppercase;
    height: 60px!important;
    overflow: hidden;
    margin-left: 0px!Important;
    padding: 0!important;    
    position: relative;
    top:0px!Important;
    margin-top: 0;} */
/*  .navbar-brand img{ 
    height: auto;
    max-height: 100%;
    width: auto!Important;
    position: absolute;
    left: inherit;
    right: 0!Important;
    bottom: 0;
    top: 0;
    margin: auto 0px!important;
 } */
.content-block{border: 1px solid #ccc;
    float: left;
    width: 100%;
    padding: 0 0 25px 0;
    border-bottom: 1px solid #ccc;
    margin: 30px 0 30px 0;}
.content-block h3.title{ margin: 25px 0 -32px 8px;
    font-size: 21px;
    position: relative;
    background: #fff;
    top: -47px;
    display: inline-block;
    padding: 10px;}
.content-block  select[multiple], .content-block select[size] {
    height: 110px;
}
.nav>li>a {
    padding: 10px;
    display:block;
}  
 #after_login .navbar-nav>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
}
.left-col, .leftcol{
	width:300px!important;
	}
.navbar-inner {
   
    height: auto!important;
    width: 100%!Important;
    float: left;
    
}
.navbar-inner .btn-group {
    margin: 9px 5px 0 5px!important;
    position: relative;
    top: 4px;
}
.navbar-inverse {
    height: 71px!Important;
  }
.navbar-inverse  .navbar-brand{  
	position:relative;
	top: 4px;
	margin-left:20px!important;
}
.navbar-inverse #navbar{
	position: relative;
    top: 4px;}
	

 .com-logo{width: 100%;
    height: 61px;
    border: 1px solid #ddd;
    margin: 0 0 14px 0;}
  .coupon{  
    background: #fff!important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: rgba(0,0,0,0.0980392) 0 0 3px 2px;
    box-shadow: rgba(0,0,0,0.0980392) 0 0 3px 2px;
    -moz-box-shadow: rgba(0,0,0,0.0980392) 0 0 3px 2px;
    text-align: left!important;
    width: 225px;
    height: 250px;
    padding: 15px;
    float: left;
    margin-left: 25px;
    margin-bottom: 25px;
}
 .title{
      color: #ff6e26;
    margin: 0px;
    font-size: 16px;

 }
 .mobileRechargeForm{
 	float: left;
    position: absolute;
    top: 115px;
    width: 682px;
    left: 35px;
 }
 .small-input-form .form-group {
    margin-bottom: 10px;
}
 .small-input-form  .form-control{height:30px}
 .form-file-inp{margin-top:7px}
 
 .com-url{display: block; text-decoration: none;}	
.Choose-theme input[type=radio]{position:relative;z-index:1;}
.form-group{
    position: relative;
}
.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
.margin-top17{    margin-top: 18px;}
#defineComRow .first-raw:first-child label{display:block}
#defineComRow .first-raw label{display:none}
.details-heading{    font-size: 18px;
    color: #f36d25;
    font-weight: bold;}
    
 .animation-div{
   margin: 16px auto 0 auto;
    top: 0px;
    width: 483px;
    height: 496px;
    /* float: left; */
    position: relative;
 
 }
 #world{
 top: 80px;
    left: -38px;
 }


#rechargeUi{
	left: 14px;
    top: -12px;
	z-index:2;
	 
  animation: animationFrames ease 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: animationFrames ease 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: animationFrames ease 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: animationFrames ease 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: animationFrames ease 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes animationFrames{
  0% {
    opacity:0;
    transform:  translate(0px,100px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    opacity:0;
    -moz-transform:  translate(0px,100px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    opacity:0;
    -webkit-transform:  translate(0px,100px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes animationFrames {
  0% {
    opacity:0;
    -o-transform:  translate(0px,100px)  ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    opacity:0;
    -ms-transform:  translate(0px,100px)  ;
  }
  100% {
    opacity:1;
    -ms-transform:  translate(0px,0px)  ;
  }
}
#rechargering{
	    z-index: 1;


  animation: animationFramesRing ease 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: animationFramesRing ease 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: animationFramesRing ease 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: animationFramesRing ease 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: animationFramesRing ease 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes animationFramesRing{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes animationFramesRing{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes animationFramesRing {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes animationFramesRing {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes animationFramesRing {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

#rechargeText{    top: -270px;
    left: 546px;

  animation: animationFramesText linear 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: animationFramesText linear 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFramesText linear 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFramesText linear 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFramesText linear 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}

@keyframes animationFramesText{
  0% {
    transform:  translate(408px,0px)  ;
  }
  100% {
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes animationFramesText{
  0% {
    -moz-transform:  translate(408px,0px)  ;
  }
  100% {
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes animationFramesText {
  0% {
    -webkit-transform:  translate(408px,0px)  ;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes animationFramesText {
  0% {
    -o-transform:  translate(408px,0px)  ;
  }
  100% {
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes animationFramesText {
  0% {
    -ms-transform:  translate(408px,0px)  ;
  }
  100% {
    -ms-transform:  translate(0px,0px)  ;
  }
}
 .animation-div img{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto}
 
 .image-td{position:relative}
  .image-td img{    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    width: 50px;
    height: 50px;
    border: 3px solid #ddd;
    border-radius: 3px;
}
.ms-parent.form-control {
    width: 100%!Important;
}
.col-7-width:last-child{
	    border-right: none;
   	
}
.col-7-width{
	width:14.28571%;
	    border-right: 1px solid #ff6e26;
    border-bottom: 1px solid #ff6e26;
    border-radius: 0px 0px 5px 5px;
	float:left;
}
   .image-td img:hover{width:500px;height:500px;left:-250px;z-index:2;}
   .loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #ff6e26; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position:absolute;
    top:0px;
    display:none;
    bottom:0px;
    left:0px;
    right:0px;
    margin:auto;
        z-index: 111;
        
}
.aquamarine  .loader {
    border: 16px solid #378987;}
    .dark-blue  .loader {
    border: 16px solid #2d465e;}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.img-cell{position:relative}
.img-cell:hover img{width: 400px!important;
z-index:111;
    height: auto;
    position: absolute;
    right: 0;
    top: 0px;
    bottom: 0;}
    
    
    .Choose-theme .li-aquamarine{background: url('../images/aquamarine.png')  no-repeat center bottom/81px!important;}
  .aquamarine .nav>li>a {
   
    background-color: #378987;

     color: #fff;

}
.available-seats{
	color: #206d1b;
    font-size: 12px;
}
.aquamarine .nav-pills>li.active>a, .aquamarine .nav-pills>li.active>a:hover, .aquamarine .nav-pills>li.active>a:focus, .aquamarine .nav-pills>li >a:hover {
    background: #a23234;
}
.aquamarine .btn-info, .aquamarine .btn-info:hover, .aquamarine .btn {
    background: #378987!important;
}

.aquamarine .well {
    background-color: #378987!important;
}
.aquamarine .well.box-header h2 {
    color: #fff;
}
.aquamarine .title{
    color: #378987;
   
}
.purple  .title{
    color: #c51288;
   
}
.dark-blue  .title{
    color: #2d465e;
   
}
.orange .title{
    color: #ff6e26;
   
}
.aquamarine .form button:hover, .aquamarine .form button:active, .aquamarine .form button:focus {
    background: #a23234;
}
.aquamarine .form input[type="submit"], .aquamarine .submit {
  
    background: #378987;
}
.dark-blue .form input[type="submit"], .dark-blue  .submit {
  
    background: #2d465e;
}
.purple .form input[type="submit"], .purple  .submit {
  
    background:  #c51288;   
}
.aquamarine .form input[type="submit"], .aquamarine .submit {
  
    background: #378987;
}
.aquamarine a {
    color: #378987;
   
}
.dark-blue a {
    color: #2d465e;
   
}
.td-img{position:relative}
.td-img img{ position:absolute;left:0px;right:0px;top:0px;bottom:0px;   display: block;
   width: 50px;
   margin:auto;
    max-height: 50px;}
    .td-img img:hover{    display: block;
    width: 300px;
    max-height: 300px;}
.purple a {
    color: #c51288;   
}
.grid-btn2{font-size: 12px;
    padding: 6px 20px;
    width: 83px;}
 .responseMsg{    font-weight: bold;
    margin: 0 0 11px;
    font-size: 17px;
    /* background: #12cb12; */
    padding: 9px;
    border-radius: 0;}
    
    
   /*  flight css */
    .flight-form{
        max-width: 600px;
    margin: 60px auto;
    border: 1px solid #ccc;
    
   }
   .flight-form label{font-weight: normal;    cursor: pointer;-webkit-transition: all 500ms ease-in;
-moz-transition: all 500ms ease-in;
-ms-transition: all 500ms ease-in;
-o-transition: all 500ms ease-in;
transition: all 500ms ease-in;}
  .flight-form h1{
   
       font-size: 20px;
    margin: 20px;}
    .flight-inp1{     width: calc(49% - 23px);
    float: left;}
  
  .exchange-icon{  width: 56px;
    margin: 26px 0;
   float:left;
    text-align: center;
    font-size: 22px;}
    
  .flight-block{     border: 1px solid #ececec;
    height: 80px;
    margin: 0 2px;
    padding: 12px 0;
    float: left;
    width: 100%;}
  .flight-block   .img{
  width:40px;
    
    margin: 0 7px 0 0;
  }
  .tickets-block{
      float: left;
    width: calc(100% - 284px);
    margin: 0 0 0 8px;
  }
  .fare-summary{      float: left;
    width: 246px;
    position: relative;
    margin: 0 9px 0 21px;
    background: #fbfbfb;
    padding: 13px 13px 45px;
    font-size: 13px;
    border: 1px solid #ddd;}
    .info-block label{font-size: 18px;}
   .fare-summary h4{

    font-weight: 100;
    font-size: 26px;
    margin: 0px;
    border-bottom: 1px dashed #616161dd;
    padding: 0 0 5px 0;
   }
 .fare-summary  .info-block label{
    
         font-size: 12px;
    font-weight: normal;
    padding: 7px 0px;
}
.currency{
	font-size: 11px;
    padding: 6px 6px 0 0;
}
 .fare-summary  h5{
 font-size: 21px;
    border-bottom: 1px dashed #cccc;
    padding: 0 0 4px 0
 }
.s-value{font-size: 17px;
    float: right;
    clear: both;
    position: relative;
    top: 2px;
 

}
  .flight-block .btn.submit-form.btn-info.btn-fill{
      border: none;
    
    padding: 7px 0px;
    width: 139px;
    text-align: center;
  }
  .fl-name{font-size:13px}
  .fl-code{
      font-size: 11px;
    color: #a9a9a9;
  }
  
.flight-block  .img-holder{
	float:left;
}
.returnFlightTrue .single-flight, .returnFlightTrue .return-flight{width:50%;float:left;display:block!important}
.returnFlightTrue .return-flight{display:none}
.returnFlightTrue .flights-wrapper label{
	font-size: 9px;
	    padding-left: 2px;
    padding-right: 2px;
}
.returnFlightTrue  .col-md-4, .returnFlightTrue .col-md-2, .returnFlightTrue .col-md-3{
	    padding-left: 5px;
    padding-right: 5px;
}
.returnFlightTrue .fl-name {
    font-size: 11px;
}
.fl-code{
	font-size: 11px;
    color: #888;
}
.returnFlightTrue .fl-code{
	font-size: 9px;
    color: #888;
}
.flight-btn i{display:none}
.returnFlightTrue .flight-block {    padding: 5px 0px;}
.returnFlightTrue{font-size: 11px;}
.stopsCount {color: #888;
    font-size: 12px;}
    .returnFlightTrue .stopsCount{
    font-size: 9px;
   color: #888
    }
.returnFlightTrue .flight-block .btn.submit-form.btn-info.btn-fill {
    border: none;
    padding: 6px 8px;
    font-size: 11px;
    width: 99px;
}
.bookingFooter .flight-btn{background: transparent!important;
    color: #000!important;font-size: 15px;
    padding:0px!important;
    font-weight: bold;
   }
.bookingFooter   .flight-block{
	border-top:none;
	border-bottom:none;
	border-right:1px solid #999;;
}
.final-booking .btn{    padding: 4px 48px;
    text-transform: uppercase;}
#total-amount #curr{padding: 10px;
    font-size: 14px;}
 #total-amount #cost{   font-size: 26px;}
 .bottom-total{
      position: absolute;
    left: 0px;
    right: 0px;
    background: #ff6e26;
    color: #fff;
    padding: 0px 12px;
    bottom: 0px;
 }
 .bottom-total .s-value{    margin: 4px 0 0 0;}
.trav-heading{
	float:left;
}
h3 .travel-info{
	    width: 100%;
    float: left;
}
h3 .travel-info .city-name {
    font-size: 12px;
    color: #6d6c6c;
    margin: 9px 0;
}
h3  .fa-plane{float:left}

.travel-info .city-name{font-size: 13px;
    color: #6d6c6c;
    margin: 2px;}
 .f-header h2{
 width: 100%;
    float: left;}
 .f-header .fa-plane{float:left}
.returnFlightTrue .f-header h2 .travel-info, .returnFlightTrue .f-header h4{
	display:none;
}
#singleDetails, #returnDetails{
	display:none;
}
#errSpanFlight{
    color: red;
    font-size: 14px;
    padding: 10px 0;
    float: left;
}
.returnFlightTrue #singleDetails, .returnFlightTrue #returnDetails{
	display:block;
}
.final-booking{

	width: 200px;
    float: left;
    display: none;
    text-align: center;
}
.bookingFooter{font-size:11px}
.bookingFooter .available-seats{font-size:11px}
.bookingFooter .col-md-3, .bookingFooter .col-md-4{padding-left:5px;padding-right:5px}
.returnFlightTrue .flight-block .img {
    width: 25px;
    margin: 0 3px 0 0;
}
.flights-wrapper label{
	    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    cursor:pointer;
    font-weight:bold;
    width: 100%;
    padding: 8px 20px 4px;
    color: #6d6d6d;
}
 .flights-wrapper label .fa {  margin: 0 4px 0 0;
    color: #ff6e26;}
.bookingFooter{position: fixed;
display:none;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #eaeaea;}
    
 .block-head{
    width: 100%;
    background: #ff9662;
    color: #fff;
    font-size: 17px;
    border-radius: 5px 7px 0 0;
    padding: 8px 11px;
    float: left;
 }  
 
 .aquamarine .block-head {    background: #378987;}
  .aquamarine  .block-head span{    background: #a23234}
   .aquamarine  .bottom-total {    background: #378987;}


 .aquamarine #Travallers-p-details .btn-block {
    background: #378987;}
 .aquamarine   .details-block {
    padding: 15px;
    background: #f1f1f126;
    border: 1px solid #378987;}
 .block-head span{ border-radius: 50%;
    background: #d24905;
    padding: 6px;
    font-size: 11px;
    margin: 9px 4px; }
.flight-animation{
  animation: flight-animation ease 3s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: flight-animation ease 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: flight-animation ease 3s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: flight-animation ease 3s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: flight-animation ease 3s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
  
   
}
.flight-animation-return{
  animation: flight-animation-return ease 6s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: flight-animation-return ease 6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: flight-animation-return ease 6s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: flight-animation-return ease 6s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: flight-animation-return ease 6s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
  
   
}



@keyframes flight-animation-return{
      0% {
    transform:  translate(-45px,1px)   rotate(44deg);
  }
  25% {
    transform:  translate(45px,1px)   rotate(44deg);
  }
   50% {
    transform:  translate(45px,1px)   rotate(-135deg);
  }
    75% {
    transform:  translate(-45px,1px)   rotate(-135deg);
  }
   100% {
    transform:  translate(-45px,1px)   rotate(44deg);
  }
}
}

@-moz-keyframes flight-animation-return{
    0% {
    transform:  translate(-45px,1px)   rotate(44deg);
  }
  25% {
    transform:  translate(45px,1px)   rotate(44deg);
  }
   50% {
    transform:  translate(45px,1px)   rotate(-135deg);
  }
    75% {
    transform:  translate(-45px,1px)   rotate(-135deg);
  }
   100% {
    transform:  translate(-45px,1px)   rotate(44deg);
  }
}
}

@-webkit-keyframes flight-animation-return {
     0% {
    transform:  translate(-45px,1px)   rotate(44deg);
  }
  25% {
    transform:  translate(45px,1px)   rotate(44deg);
  }
   50% {
    transform:  translate(45px,1px)   rotate(-135deg);
  }
    75% {
    transform:  translate(-45px,1px)   rotate(-135deg);
  }
   100% {
    transform:  translate(-45px,1px)   rotate(44deg);
  }
}
}

@-o-keyframes flight-animation-return {
   0% {
    transform:  translate(-45px,1px)   rotate(44deg);
  }
  25% {
    transform:  translate(45px,1px)   rotate(44deg);
  }
   50% {
    transform:  translate(45px,1px)   rotate(-135deg);
  }
    75% {
    transform:  translate(-45px,1px)   rotate(-135deg);
  }
   100% {
    transform:  translate(-45px,1px)   rotate(44deg);
  }
}
}

@-ms-keyframes flight-animation-return {
     0% {
    transform:  translate(-45px,1px)   rotate(44deg);
  }
  25% {
    transform:  translate(45px,1px)   rotate(44deg);
  }
   50% {
    transform:  translate(45px,1px)   rotate(-135deg);
  }
    75% {
    transform:  translate(-45px,1px)   rotate(-135deg);
  }
   100% {
    transform:  translate(-45px,1px)   rotate(44deg);
  }
}
}


@keyframes flight-animation{
   0% {
    transform:  translate(-45px,1px)   rotate(44deg);
  }
  100% {
    transform:  translate(45px,1px)   rotate(44deg);
  }
}

@-moz-keyframes flight-animation{
   0% {
    transform:  translate(-45px,1px)   rotate(44deg);
  }
  100% {
    transform:  translate(45px,1px)   rotate(44deg);
  }
}

@-webkit-keyframes flight-animation {
   0% {
    transform:  translate(-45px,1px)   rotate(44deg);
  }
  100% {
    transform:  translate(45px,1px)   rotate(44deg);
  }
}

@-o-keyframes flight-animation {
   0% {
    transform:  translate(-45px,1px)   rotate(44deg);
  }
  100% {
    transform:  translate(45px,1px)   rotate(44deg);
  }
}

@-ms-keyframes flight-animation {
   0% {
    transform:  translate(-45px,1px)   rotate(44deg);
  }
  100% {
    transform:  translate(45px,1px)   rotate(44deg);
  }
}



.flight-form{position:relative}   
.details-block{
	  padding: 15px;
       background: #f1f1f126;
    border: 1px solid #ff9662;
    float: left;
    width: 100%;
}
.f-img{
	    max-width: 50px;
    max-height: 50px;
}
.airline-name{
	font-size: 14px;
    margin: 4px 0;
    /* font-size: 11px; */
    color: #000000;
}
.ticket-block .time{    font-size: 11px;
    margin: 2px 0;}
 .airline-code, .airport-name{   font-size: 11px;
    color: #908d8d;}
.details-block h2{
	font-size:16px
}
.ticket-block{
	   
	        width: 100%;
}
#Travallers-details .form-control{font-size:11px}
#Travallers-details .row, #Travallers-p-details .row{
	    margin: 0 0 10px 0;
}
.ticket-single{
	position: relative;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    margin: 4px 0;
    padding: 10px;
    float: left;
    width: 100%;
}
 .flight-loading-div{  display:none;  position: fixed;
    top: 0;
    right: 0px;
    bottom: 0;
    left: 0px;
    margin: auto;
    width: 100%;
    height: 100%;
    background:#fff;
   /*  background: url(../images/lazyload.gif) no-repeat center center #fff; */}
#booking-details{    margin: 11px 0 0 0;}
#Travallers-details .invalid{
	border-color:red!important;
}
#flight-err{color:red}
#Travallers-p-details .btn-block{
	background: #ff6e26;
    border: none;
    color: #ffffff;
    padding: 10px 10px;
    font-size: 15px;
    text-transform: uppercase;
}
#Travallers-details{    font-size: 19px;
    text-align: center;
    margin: 3px 0 18px;}
    
 .number-incre{
        font-size: 17px;
    margin: 7px 0;
    cursor:pointer;
 }
 .passanger{display:none}
 .number-incre i.fa{     font-size: 21px;
    color: #ff6e26;}
  .number-incre   .t-num {
     padding: 0px 5px;
    font-size: 14px;
    color: #888;
    position: relative;
    left: 3px;
    top: -2px;
        font-weight: bold;
  }
.t-msg{
	    font-size: 10px;
    text-align: center;
    width: 100%;
    float: left;
    position: relative;
    top: -2px;
    color: #615e5e;
} 
.booking-tab{
	border-radius: 17px;
    border: 2px solid #ff6e26;
    color: #ff6e26;
    padding: 4px 25px;
    
     margin: 0 12px 18px 2px;
} 
.aquamarine .booking-tab.fbtn-active {
    border-radius: 17px;
    border: 2px solid #378987;
    background: #378987
}
.dark-blue .booking-tab.fbtn-active {
  
    border: 2px solid #2d465e;
    background: #2d465e;}
 .dark-blue  .number-incre i.fa {
    font-size: 21px;
    color: #2d465e;
}
 .dark-blue .booking-tab {

    border: 2px solid #2d465e;
    color: #2d465e;}
.aquamarine .booking-tab{
    border: 2px solid #378987;
    color: #378987;}
 .aquamarine  .number-incre i.fa {
    font-size: 21px;
    color: #378987;
}
.booking-tab .fa{
	display:none
	
}
.booking-tab.fbtn-active .fa{
	display:inline;
	
}
#directFlight{
	    float: right;
    margin: 8px 0 0 0;
}
 #directFlight input{   margin: 4px 0 0 8px;}
.searchModi{
	display:none;
}
.returnFlightTrue .searchModi{
	display:inline;
}
.returnFlightTrue .f-header h2{
	display:none;
}
.booking-tab input{
	display:none;
}
 .booking-tab.fbtn-active{   border-radius: 17px;
    border: 2px solid #ff6e26;
    background: #ff6e26;
    padding: 4px 25px;
    color: #fff;}
  #singleDetails .trav-heading .fa{float:left}
#flightBookingError{font-size: 16px;
    margin: 8px 7px 4px;
    float: left;}
  
.passangerList{     width: 100%;
    float: left;
        min-height: 154px;
    border: 1px solid #ccc;
    padding: 0px 10px;
    border-radius: 3px;
    margin: 0px;
    display: none;
    position: relative;
    top: -8px;
    background: #fff;
    border-top: none;}

    .passangerList .loader{      border: 8px solid #f3f3f3; 
    border-top: 8px solid #ff6e26;
    
     width: 70px;

    height: 70px;}
     .loading-centerdiv{
width: 339px;

    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    text-align: center;
    bottom: 0;
       height: 255px;;
    border: 1px solid #ddd;
    padding: 18px;
 }
 .returnFlightTrue .available-seats{
	color: #206d1b;
    font-size: 10px;
}
.f-timing{    display: none;
    font-weight: bold;
    margin: 0px 0 2px;}
  .bookingFooter  .f-timing{    display: block;
    font-size: 10px;
   
    margin-bottom: 3px;}
 .loading-centerdiv h2{font-size: 16px;
    color: #696868;}
.bookingFooter .col-md-3, .bookingFooter .col-md-2{padding-left:5px!important; padding-right:5px!important;}
.progress-bar-div {
    background: url(../images/progress-bar.gif) center center;
    width: 225px;
    height: 28px;
    margin: 20px auto;}
    
.returnFlightTrue #airlinesingle{
	   margin: 0 0 0 10px; 

	}
}
.returnFlightTrue #priceTabReturn{
	text-align: right;
    padding-right: 14px;
}
.returnFlightTrue #priceTab{
	text-align: right;
    padding-right: 9px;
}

#commissionDiv{
	float: left;
	
      margin: 20px -26px;
          width: calc(100% + 52px)!important;
}
.chosen-container{width:100%!important}
#commissionTempTable .form-control{
 width: 57px;
    height: 26px;
    padding: 4px;
    font-size:11px}

#commissionTempTable .maxChargesCheckBox{float:left}
#commissionTempTable .MaxCharges{    width: 34px;
    float: left;
    margin-left: 6px;}
/* .commissionRow select{display:none}  */ 
.commissionRow .chosen-container-single .chosen-single span{display:block!important}
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 5px 0 4px 8px!important;
    height: auto!important; 
    border: 1px solid #aaa;
    border-radius: 2px!important;
    background-color: #fff;
/*     background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); */
    background-clip: padding-box;
    /* box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1); */
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}
.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
    padding: 6px 0;
}
.btn-grid	{
	    border: 0px solid;
    padding: 6px 0;
    width: 72px;
    border-radius: 5px;
    background: #ff6e26;
    color: #fff;
}
#commissionTempTable .btn-grid{width:50px}
#commissionTempTable .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
 padding: 0 0 0 8px!important;
 height: 25px!important;}
#commissionTempTable  .chosen-container-single .chosen-single div {

    padding: 0px 0;
}
.btn-grid.remove-row{
	background:red

}
.d-block .t-block{
	    border: 1px solid #e5e5e5;
    margin-top: 14px;
    border-radius: 5px;
    padding:0 10px;
}
.d-block{
	padding:0 7px;
	margin-top: 19px;
}
.d-block:hover{
	position:relative;
	z-index:2;
}

.d-block .t-block h2{font-size: 12px;
    margin: 13px 0px 0;
    color: #0d0d0d;
    background: #fff;
    border: 1px solid #ccc;
    padding: 9px 12px;
    border-radius: 11px;
    position: relative;
    margin-top: -43px;
    display: inline-block;
    top: -11px;}
 .d-block .t-block p{
 	font-size:28px
 }
 table td{word-break: break-all!important;}
.commissionRow .chosen-container-single .chosen-single span{display:block!important}

.search-modifiy{font-size: 15px;
    float: right;
    padding: 9px 28px;
    border: 1px solid;
    border-radius: 7px;
    color: #ff6e26;}
  .aquamarine .search-modifiy{color: #348280;}  
    .dark-blue .search-modifiy{color: 2d465e;} 

.chosen-container-single .chosen-drop{z-index:22222222222!important}
/* #content{
	    max-width: calc(100% - 300px);
} */
/* @media ( max-width :768px) {
	#content{
	    max-width: 100%!important;
	    
} */
table.dataTable tbody th, table.dataTable tbody td {
    color: #000;
    font-size: 12px;
    overflow-wrap: break-word;
    padding: 8px 10px;
}
  .animation-div img{
  max-width:100%
  }
  
  .grid-img{display:none!important}
  .grid-link{display:block!important}
}

.grid-link{
	display:none;
}


