/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

/* latin */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	-webkit-font-smoothing: subpixel-antialiased;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
*, html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: border-box;
}
body {
  font-size: 12px;
  background: #f5f5f5;
	-webkit-font-smoothing: antialiased;
    
}
body.theme2 {
  	font-family: 'Lato', 'san-serif';
}
body.theme2 input
{
   padding-left:5px;
}
ol, ul {
	list-style: none;
}
li {
  letter-spacing: 0.03em;
	font-weight: bold;
	margin-bottom: 5px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
  color: #2d3e52;
  font-weight: normal;
  margin-bottom: 25px;
}
h2 {
  font-size:1.5em;
}
h3 {
  font-size: 1.333em;
}
p {
  color:#838383;
  margin-bottom:15px;
  line-height: 1.5em;
	letter-spacing: 0.03em;
}
a, a:hover{
  color:#01b7f2;
  transition: 0.3s all;
  cursor: pointer;
	letter-spacing: 0.03em;
}
.container-fluid {
    display: block;
    padding:  0 15px;
    width: 100%;
	max-width: 1920px;
    margin: 0 auto;
    margin-top:15px;
  
}
.gvstatus
{
    color:red;
}
.imageLogo
{
   max-width:110px;
  height:auto;
}
.page-wrapper {
    padding: 5px 0;
}
/* Generic */
.box-shadow-style {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .08);
}

.theme2 button {
      font-family: 'Lato', san-serif;
}

/* Header styling */

.header-strip {
  background: #01b7f2;
  padding: 10px 20px;
  border-bottom: 5px solid #2d3e52;
  position: relative;
}
.header-strip h2 {
  margin-bottom:0;
  font-weight: 300;
}

.header-strip p {
 position:absolute;
  height:auto;
}
.header-strip img {
  max-width:110px;
  height:auto;
}
.header-strip:before {
    content:"";
    width:100%;
    position:absolute;
    height: 2px;
    background: #FFF;
    left: 0;
    bottom:  0;
}

.commonHeader{
  background:#0650AF;
  padding: 10px 20px;
  
  position: relative;
  height:20PX;
}
.commonHeader:before {
    content:"";
    width:50%;
    position:absolute;
    height: 2px;

    left: 0;
    bottom:  0;
}
f-right
{
    
}
.reference-strip {
    background:  #2d3e52;
    padding: 15px 20px;
		margin-bottom: 10px;
}
.reference-strip h2 {
  margin-bottom:0;
  color:#FFF;
}
/* Login section */
.login-container {
  display: flex;
  justify-content: center;
  align-items:  center;
}
.login-section {
    display: flex;
    width: 670px;
    padding: 80px 25px;
    flex-direction: column;
}
.Report-section
{
    display: flex;
    width: 1000px;
    padding: 50px 25px;
    flex-direction: column;
}
.Error-section1
{
 display: flex;
    width: 620px;
    padding: 40px 25px;
    flex-direction: column;
}
.Error-section1 h2 {
    font-size:4.833em;
    font-weight:  300;
    width: 100%;
    text-align: center;
}

.login-section div:last-child {
  margin-bottom:0;
}
.login-section h2 {
    font-size:4.833em;
    font-weight:  300;
    width: 100%;
    text-align: center;
}
.Confirm-section
{
   display: flex;
    width: 670px;
    padding: 40px 25px;
    flex-direction: column;
}
.Confirm-section div:last-child {
  margin-bottom:0;
}
.Confirm-section h2 {
    font-size:4.833em;
    font-weight:  300;
    width: 100%;
    text-align: center;
}
#loginportal {
  padding: 25px 0 0 0;
}
  .login-section  .guide-box {
    margin-bottom: 40px;
  }
  #divErrorMsg
  {
       display: flex;
        padding-left : 50px;

  }
  .btnBackLoginArea
  {
    display: flex;
    width: 100%;
    padding-left: 0px;
    padding-top: 0px;
    height: 20px;
    align-items: center;
     margin-top:10px; 
  }
  .title-confirm
  {
      padding-bottom:20px;
  }
  
    .btnConfirmation
  {
      /*display: flex;
      width:70%;
     padding-left:150px;
     padding-top:7px;
     height:2%;
     margin-left: 60px;*/
      display: flex;
    margin-bottom: 25px;
    flex-direction: column;
    width: 100%;
    text-align: center;
    align-items: center;
  }
     .confim-btn-style
  {
      width:60%;
      height:35px;

     margin-left:10px;
  }
  
@media  (min-width: 768px) {
	#loginportal {
	  padding: 10px 0 0 0;
	}
  .login-section  .guide-box {
      padding: 0px 55px;
  }
  .login-section {
      padding: 80px 90px;
  }
  .Confirm-section {
      padding: 80px 90px;
  }
  


}
.login-section  .guide-box p {
  text-align: center;
  margin-bottom:0;
}


/* Portal page */
#mainportal {

}
.itinerary-section {
  display: block;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px 25px 0;
	position: relative;
 margin-bottom: 25px;
}
.itinerary-section-itinerary {
  display: block;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px 25px 0;
	position: relative;
 margin-bottom: 25px;
 height:50%;
}

.itinerary-section .col-50 {
  padding: 0 20px;
}
.itinerary-section-itinerary {
     padding: 0 20px;
}
.itin-box {
    display: flex;
    max-width: 100%;
    flex: 1 1 0%;
    flex-direction: column;
    padding-bottom: 20px;
    border-bottom: 1px solid #f3f3f3;

}
.itin-box .itin-passgenger {
    display:  flex;
}
.itin-box .itin-buttoncontainer {
    display: flex;
    margin-bottom: 25px;
}

.itin-box  .itin-list ul li {
    font-weight:bold;
    margin-bottom:  15px;
}
 .itin-left .title-box {
    padding-right: 25px;
}
.itin-box  .itin-list .box-title {
  margin-bottom: 7px;
}
.itin-box  .itin-list .tup-btngreen {
  font-size:	0.917em;
  height: 27px;
	min-width: 160px;
}
.itin-box i {
  font-size:16px;
}
@media  (min-width: 768px) {
	.itin-left .title-box {
		 padding-right: 40px;
 }
    .title-box1
    {
        width:200px;
    }
.itinerary-section:before {
		content: "";
		width:  1px;
		height: calc(100% - 35px);
		background: #f3f3f3;
		position:  absolute;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		top: 20px;
	}
.itinerary-section-itinerary:before {
		content: "";
		width:  1px;
		
		background: #f3f3f3;
		position:  absolute;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		top: 20px;
	}
}
@media  (min-width: 992px) {
.itin-box .itin-buttoncontainer {
  padding-right:55px;
  }

}
@media  (min-width: 1200px) {
.itin-box.itin-right {
		margin-right:40px;
	}
}
@media  (max-width: 374px) {
.itin-box .itin-list .tup-btngreen {
	min-width:130px;
	}
  #divErrorMsg {
    padding-left : 0px;
}
  .btnBackLoginArea
  { 
      width:100%;
      padding-left:0px;
        

  }
  .confim-btn-style
  {
      width:100%;
      height:35px;
      margin-top:10px;
  }
 .btnConfirmation
  {
       width:100%;
      padding-left:0px;  
  }
  .totalpricecontainer 
  {
      font-size:9px;
  }
}
/* Right section */
.printcontainer {
    display:  flex;
    flex-wrap:  wrap;
    width: 100%;
		position: relative;
}

  
#lblCondition {
    width:80%;
}
 .action-box {
  display: flex;
  flex: 0 0 100%;
  padding: 0 15px;
  margin-bottom: 15px;
  max-width: 100%;
}
 .action-box a {
    display:  block;
    padding:  7px 27px 7px 27px;
    border: 1px solid #01b7f2;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
		position: relative;
		font-size: 0.917em;
}
 .action-box a:before {
    content:"\f02f";
    font-family:"FontAwesome";
    position:  absolute;
    right: 7px;
    font-size:  15px;
    vertical-align: middle;
    top: 6px;
}
  .action-bookmark {
  display: flex;
  flex: 0 0 100%;
  padding: 0 15px;
  margin-bottom: 15px;
  max-width: 100%;
}
 .action-bookmark  a {
    display:  block;
    padding:  7px 27px 7px 27px;
    border: 1px solid #01b7f2;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
		position: relative;
		font-size: 0.917em;
}
 .action-bookmark a:before {
    content:"\f02e";
    font-family:"FontAwesome";
    position:  absolute;
    right: 7px;
    font-size:  15px;
    vertical-align: middle;
    top: 6px;
}
.rightcolumn-padding {
	position: relative;
	}
	.rightcolumn-padding:before {
		display: none;
	}
@media  (min-width: 992px) {
.rightcolumn-padding {
	padding-left: 80px;
	}
	.rightcolumn-padding:before {
	    content: "\f02f";
	    font-family: "FontAwesome";
	    position: absolute;
	    left: 0;
	    font-size:  65px;
	    color: #01b7f2;
	    opacity: 0.2;
			top: 0px;
    	line-height: 1em;
			display: block;
			text-align: center;
			width: 105px;
	}
}
@media  (min-width: 1200px) {
.rightcolumn-padding {
	padding-left:105px;
	}
	.rightcolumn-padding:before {
			font-size:  80px;
		}
}
/* Further Details */
.further-details {
	width:100%;
	margin-bottom: 30px;
}
.contact-details table {
    table-layout:  fixed;
    width:100%
}
.contact-details .justify-between {
	margin-bottom: 1px;
}
.contact-details .justify-between div:last-child {
	min-width: 122px;
}
.contact-details {
    margin-bottom: 25px;
}
/* Panel Section */
.panel {
	border: none;
	box-shadow:  none;
}
.panel a {
			display: block;
			padding: 20px 50px 20px 70px;
			color: #01b7f2;
			font-weight: bold;
			text-decoration: none;
			background: #f7fdff;
			position: relative;
			border-bottom: 1px solid #c2efff;
}
.panel a:before {
  	content: "\f077";
		font-family: "FontAwesome";
		font-weight: normal;
		position: absolute;
		right: 20px;
		font-size: 17px;
		top: 0;
		line-height: 63px;
}
.notes-section .panel a:after {
    content:"\f15b";
     font-family: "FontAwesome";
    left:20px;
    position:absolute;
    color:#01b7f2;
    font-size:36px;
    top:0;
    line-height:63px;
    opacity:0.5;
}
.panel a.collapsed:before {
    content: "\f078";
	}
	@media  (max-width: 575px) {
		.notes-section .panel a:after {
			display: none;
		}
		.panel a {
			padding: 20px 40px 20px 25px;
			font-size:0.917em;
		}
		.panel a:before {
			font-size:12px;
		}
        .imageLogo
{
   max-width:110px;
  height:20px;
}
	}
/* Flexbox Table */
.itinerary-row {
    display:  flex;
    flex: 0 0 100%;
    max-width:  100%;
		flex-wrap: wrap;
}
.itinerarytable-section h4 {
	text-align: center;
	font-size: 1.167em;
	margin-bottom: 15px;
}
.itinerary-box {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.itinerary-box1 {
    display: flex;
    flex-direction: row;  
    flex-wrap: wrap;
}

.flexboxtable-title {
    padding: 10px 15px;
    background: #01b7f2;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    display: block;
}
.flextable-column {
	   border-right:  1px solid #fff;
		 display: flex;
		 flex-direction: column;
		 flex: 1 1 auto;
}
.itinerary-box-left {
    display:  flex;
    flex: 0 0 auto;
}
.flexboxtable-content {
    padding: 10px 15px;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    justify-content: center;
    flex: 1 1 auto;
    align-items: center;
    display: -moz-box;
}

.itinerary-row .flextable-column {
	border-bottom: none;
}
.itinerary-row:nth-child(1n) .flextable-column {
  background:#e5f8fe;

}
.itinerary-row:nth-child(2n) .flextable-column {
    background:#d2f4fe;
}
.itinerary-row .flextable-column:last-child {
    /*border-right:0;*/
}
.itinerary-date-section {
	border-right: 1px solid #FFF;
}
.itinerary-row .flex-row {
	flex-wrap: nowrap;
}
.totalpricecontainer {
	margin-bottom: 25px;
}
@media (min-width: 992px) {


    .itinerary-box {
        display: table;
        width: 100%;
    }
      .itinerary-box1 {
        display: table;
        width: 100%;
    }
    .itinerary-row {
        display: table-row;
    }

    .flextable-column {
        display: table-cell;
    }


    /*.itinerary-row:nth-child(1) .flexboxtable-title {
		display:table-row;
	}
	tr:nth-child(1n+3)  .itinerary-row   .flexboxtable-title
{
	display: none;
}*/
    tr:nth-child(1n+3) .itinerary-row .flexboxtable-title {
        visibility: hidden;
        height: 0px;
    }
      .flextable-equal {
        /*width: 5%;*/
        width: 9%;
    }

      tr:nth-child(1n+3) .itinerary-row  .flextable-equal{
       
        width: 9%;
    }

  

    .flextable-10 {
        width: 9%;
    }
}
@media  (min-width: 1200px) {


}
@media  (max-width: 991px) {
.flextable-10 {
		width:15%;
	}
	.itinerary-description {
		width:70%;
	}
	.itinerary-otherdetails {
		width: 100%;
	}
	.itinerary-row {
		margin-bottom: 25px;
	}
	.itinerary-row:last-child {
		margin-bottom:0;
	}
}
@media  (max-width: 475px) {
.itinerary-description {
	width:100%;
	/*border-right:0;*/
	}
	.itinerary-date-section {
			width:100%;
			border-right:0;
		}
    .itenarypage
    {
        margin-top:170px;
    }
    .itenaryflex
    {
        margin-bottom:0;
    }
    .totalpricecontainer 
  {
      font-size:9px;
  }
 
}
/* Bottom Section */
.pricelistingtable .justify-between {
    padding: 10px  15px;
    background:#e5f8fe;
    border-bottom:1px solid #fff;
}
.pricelistingtable .justify-between:last-child {
	border:none;
}
.pricelistingtable .justify-between:nth-child(2n) {
        background: #d2f4fe;
}
/* Strip section */
.striptext {
    display:  inline-block;
    color: #fff;
    padding:  10px;
    text-align:  center;
		position: relative;
}
.strip-container {
    text-align:  center;
}
.striptext:before {
    font-family:"fontAwesome";
    font-weight:normal;
    position:absolute;
    left: -12px;
}
@media  (max-width: 768px) {
.striptext:before {
	display: none;
	}
}
.warning:before {
    content:"\f071";
}
.failed:before {
	content: "\f057";
	left: -46px;
	font-size: 25px;
	top: 0;
	line-height: 1em;
}
.fa-exclamation:before
{
    content:"f071";
    font-size: 55px;
    width:200px;
    height:200px;
}
.accepted:before {
	content: "\f058";
	left: -46px;
	font-size: 25px;
	top: 0;
	line-height: 1em;
}
.information-icon:before {
	content:"\f129";
}
/* Payment Section*/
.form-section .form-box {
    margin-bottom: 35px;
}
.form-section .row {
    margin:0 -10px;
}
.form-section [class*="col-"]  {
    padding: 0 10px;
}

/* Confirmation page */
.confirmationtable  {
	margin-bottom: 35px;
}
.confirmationtable .flex-row {
    margin-bottom:  5px;
}
