.width-fb{
	width:30%;
}

.rowffp {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}

.desktop-hide{
		display:none;
	}
	
.ffp-total-statement-text{
	font-size: 12px;
    text-align: right;
    background-color: #333;
	/*height: 32px;
    padding-top: 5px;*/
}

redemp{	
    font-size: 13px;
    margin-bottom: -20px!important;
	display:table;
	margin:auto;
}
.ffp-total-statement-value{
	font-size: 12px;
    background-color: lightgray;
    color: #000;
    font-weight: 800;
}

supf{
	color: red;
    font-size: 15px;
    position: relative;
    top: -5px;
}

#ffpnav .nav-pills > li {
    /*float: left;*/
    font-size: 12px;
	height:auto;
	margin-top:0;
	margin-bottom:0;
}
#ffpnav .nav-pills > li > a {
    /*float: left;*/
    font-size: 12px;
	height:auto;
	margin-top:0;
	margin-bottom:0;
}

#ffpnav .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #002350;
	height:auto;
}	

#ffpnav .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #002350;
	height:auto;
}

#ffpnav .nav-pills > li > a:hover {
    background-color: #68788e;
	color:white;
	height:auto;
}
.flight-booking-container ul li.active a {
    background: #80ab38;
	text-decoration:none;
    color: #FFFFFF!important;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.ffp-banner{
	width: 100%;
    position: relative;
    max-height: 300px;
	/*background-image : url('/images/ffp-banner.jpg');*/
	
}
.ffp-banner img {
  position: relative;
  top: 50%;
  transform: translateY(-35%);
  z-index:-1;
}

.ffp-dashboard {
    max-width: 1200px;
    margin: 20px auto;
    padding: 0 10px;
	position: relative;
}

.ffp-dashboard_container {
    font-size: 1.4rem;
    line-height: 1.61rem;
    font-style: normal;
    background-color: #002350;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0 0.2rem 0.4rem rgba(0,0,0,.19);
    padding: 10px;
}

.ffp-dashboard_block-1 {
    font-size: 1.4rem;
    line-height: 1.61rem;
    font-style: normal;
    width: 33%;
    display: inline-flex;
    vertical-align: middle;
    padding-right: 80px;
    white-space: nowrap;
}
.welcome {
    margin-top:auto;
	margin-bottom:auto;
    white-space: normal;
}

.vertical-auto {
    margin-top:auto;
	margin-bottom:auto;
    white-space: normal;
}

.ffp-dashboard_block-2 {
    width: 67%;
    vertical-align: middle;
    padding-top: 30px;
    padding-bottom: 15px;
    float: right;
}

.ffp-dashboard_block-3 {
    border-top: 1px solid #444;
    padding: 15px 0 10px;
    height: auto;
    margin-top: 18px;
}

index-login-ffp {
	font-size:13px;
	letter-spacing: 1px;
	margin-bottom: 5px;
	margin-top:15px;
	display: block;
}

index-join-ffp {
	font-style: italic;
	font-size:11px;
	letter-spacing: 1px;
	margin-bottom: 5px;
	margin-top:15px;
	display: block;
}

info-login {
	font-size:18px;
	font-weight : 600;
	letter-spacing: 1px;
	margin-bottom: 15px;
	margin-top:15px;
	display: block;
}

#login-button{
	margin-top:20px;
	text-align: right;
}


.btn-log {
  
    box-shadow: 0 0 0 0!important;
}

.welcometitle {
    color: #fff;
    font-size: 25px;
    letter-spacing: 1px;
    margin: 10px;
    padding: 0 0 5px 0;
}

.welcomeinfo
{
	font-size:15px;
}


.ffpcontainer-login
{
	width:60%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	display:flex;
}

#login-links{
	margin-top:20px;
}

@media (min-width: 992px){
.ffp-col-md-1 {
    width: 10.33333333%;
}
}
@media (min-width: 1200px) { 
	#sepmobile{
		display: none;
	}
	.desktop-margin-10 {
		margin-top:10px;
	}
	.desktop-margin-left-20 {
		margin-left:-20px;
	}
	.fpp-col-md-1{
			width: 10.333333%;
		}
}

@media (min-width: 980px) and (max-width: 1199px) { 

	#sepmobile{
		display: none;
	}

	.desktop-margin-10 {
		margin-top:10px;
	}
	.desktop-margin-left-20 {
		margin-left:-20px;
	}
	.fpp-col-md-1{
		width: 10.333333%!important;
	}

}

.row-flex
{
	display:flex;
}
@media (min-width: 770px) and (max-width: 979px) {


.ffpcontainer-login
	{
	width:40%;
	margin-left:auto;
	margin-right:auto;
	display:block;
	}
}

@media (max-width: 769px) { 
	
	#tbleft .bookingtable td.tm::before {
			width:auto!important;
	}
	input#expiredBox.marginleftzero{
		margin-left:0px!important;
	}
	
	.mobile-grid-flex{
		margin: auto;
    display: inline-table;
	}
	
	.desktop-margin-left-20 {
	margin-left:16px;
	}
	
	.desktop-margin-10 {
	margin-top:0px;
	}
	
	.mobile-inline-flex{
		display: inline-flex;
	}

	.mobile-hide{
		display:none;
	}
	.mobile-left{
		text-align:left;
	}
	.desktop-hide{
		display:contents!important;
	}
	.mobile-margin-top{
		margin-top:10px;
	}
	.rb-left-mobile{
		text-align:left!important;
	}
	.ffp-rb-container {
    display: grid!important;
	}
	.width-fb{
	width:50%;
	}
	.ffp-banner img {
	position: relative;
	top: 50%;
	transform: translateY(0%);
	z-index:-1;
	}

	.margin-mobile
	{
		margin-top:10px;
		margin-bottom:10px;
	}
	.row-flex
	{
	display:block;
	}
	.ffp-dashboard {
    text-align: center;
    margin-top: 10px;
    padding: 0 10px;
}

	.ffpcontainer-login
	{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	display:block;
	}
	
	#ffpnav .nav-pills > li {
    /*float: left;*/
    font-size: 12px;
	height:55px;
	
}
#ffpnav .nav-pills > li > a {
    /*float: left;*/
    font-size: 12px;
	height:55px;
	
}

#ffpnav .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  
	height:55px;
}	

#ffpnav .nav-pills > li.active > a:hover {

	height:55px;
}

#ffpnav .nav-pills > li > a:hover {

	height:55px;
}


}

@media (max-width: 325px) {

	.ffpcontainer-login
	{
		width:100%;
		margin-left:auto;
		margin-right:auto;
		text-align: left;
		display:block;
	}
}


.ffp-rb-container {
  display: initial;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.ffp-rb-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.ffp-rb-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.ffp-rb-container:hover input ~ .ffp-rb-checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.ffp-rb-container input:checked ~ .ffp-rb-checkmark {
  background-color: #80ab38;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.ffp-rb-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.ffp-rb-container input:checked ~ .ffp-rb-checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.ffp-rb-container .ffp-rb-checkmark:after {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}


.form-control-ffp {
    display: block;
    width: 100%;
    height: 28px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #D6D6D6;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.ffpflex{
	display:flex;
	margin-top:10px;
	margin-bottom:0px;
}

.btn-cancel{
	padding: 8px 20px;
    border: none;
    background: #47433D;
    outline: none;
    color: #FFFFFF;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    line-height: 20px;
    /*-webkit-box-shadow: 0 0 20px #666;
    box-shadow: 0 0 20px #666;*/
}

.datepickerffp {
    background: url(../images/cal.png) no-repeat scroll 5px 5px;
    width: 100%;
    height: 28px;
    /*padding: 0 !important;*/
    text-align: left;
	padding-left:50px!important;
    color: white;
    outline: none;
    border: 1px solid transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 15px;
    margin: 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	letter-spacing: 1px;
	padding-top:5px!important;
	padding-right:5px!important;
	padding-bottom:5px!important;
}

.selectffp {
	
    font-size:15px!important;
	padding:5px;
	}


.bg-ffp-danger {
    background-color: #fb0f0f;
}
.bg-ffp-warning {
    background-color: orange;
}
.bg-ffp-success {
    background-color: green;
}

.ffp-welcome-join {
    margin-left: auto;
    
    width: 77%;
    position: relative;
    border: 1px solid #f4f4f4;
    margin-top: 15px;
    z-index: 1;
    box-shadow: 0 2px 4px 2px rgba(0,0,0,.1);
    border-radius: 3px;
    padding: 30px;
    text-align: left;
}

.image-join{
    margin-left: auto;
    box-shadow: 0px 2px 4px 2px #337ab7;
	width:77%;
}

.material-inbox-classe-ffp {
    background: transparent;
    color: #fff;
    outline: none;
    border: 1px solid transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    line-height: 0.7em;
    font-size: 15px;
    margin: 0px 0;
    width: 90px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	letter-spacing: 1px;
	padding:5px;
}
.material-inbox-classe-ffp:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    border: 1px solid rgba(81, 203, 238, 1);
}
.datepickerffp:focus {
  background: url(../images/cal.png) no-repeat scroll 5px 5px;
    width: 100%;
    height: 28px;
    /*padding: 0 !important;*/
    text-align: left;
	padding-left:50px!important;
    color: white;
    outline: none;
    font-size: 15px;
    margin: 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	letter-spacing: 1px;
	padding-top:5px!important;
	padding-right:5px!important;
	padding-bottom:5px!important;
	
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 1px solid rgba(81, 203, 238, 1);
}
.selectffp:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 1px solid rgba(81, 203, 238, 1);
}

}

