/* -------------------------------
        SOME CSS-IMPORTS 
------------------------------- */


/* FONTS */

@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,300,600,700,600italic,400italic);
@import url(//fonts.googleapis.com/css?family=Francois+One);
@import 'font-awesome.min.css';
@import 'flaticon.css';

/* ANIMATION */

@import 'animate.css';
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    font-weight: 400;
    padding-bottom: 100px;
    background-color: #f6f6f6;
    position: relative;
    min-height: 100%;
    letter-spacing: -0.25px;
    font-family: 'Open Sans', 'Helvetica', Arial, sans-serif;
    font-weight: 300;
    padding-bottom: 210px;
    /*background-color: rgba(25,94,137,0.89);
    background-image: radial-gradient(farthest-side ellipse at 10% 0, rgba(25,94,137,0.89), rgba(26,59,94,0.87) 120%);
    background-image: -webkit-radial-gradient(10% 0, farthest-side ellipse, rgba(25,94,137,0.89), rgba(26,59,94,0.87) 120%);
    background-image: -moz-radial-gradient(10% 0, farthest-side ellipse, rgba(25,94,137,0.89), rgba(26,59,94,0.87) 120%);
    background-attachment: fixed, fixed;*/
}

body {
    padding-top: 88px;
    background: transparent;
    color: #5F6E7D;
    font-family: 'Open Sans', 'Helvetica', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
}

a:link, a:visited, a:active {
    color: #44bede;
    text-decoration: underline;
}

.clear {
    clear: both;
}

.footer {
    position: absolute;
    z-index: -1;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 210px;
    background-color: #1A2C3E;
    color: #A0C5D8;
    font-size: 0.75em;
    font-weight: 500;
    border: 0px solid #CFE1EC;
    padding-top: 25px;
}

.green {
    color: #96B35C !important;
}

.blue {
    color: #44bede !important;
}

.row-no-padding {
    [class*="col-"] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.noColPadding {
    padding-left: 0px;
    padding-right: 0px;
}

.noPaddingLeft {
    padding-left: 0px;
}

.noPaddingRight {
    padding-right: 0px;
}

h1, h2, h3, h4, h5 {
    font-weight: 400;
    /*font-family: 'Francois One', sans-serif;*/
    font-family: 'Open sans', Helvetica, Arial, sans-serif;
    color: #4A6F86;
}

h1, h2, h3 {
    letter-spacing: -0.75px;
    margin: 15px 0px 10px;
}

h3 {
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
}

h3:after {
    position: absolute;
    content: "";
    background-color: #C2D5DE;
    height: 3px;
    width: 30px;
    bottom: 20px;
    left: 15px;
}

h4 {
    border-bottom: 1px solid rgba(172, 186, 199, 0.25);
    /*border-bottom: 1px solid #ececec;*/
    padding-bottom: 15px;
    padding-top: 5px;
    margin-bottom: 25px;
    line-height: 1.25em;
    /*text-shadow: 0 1px 1px rgba(29, 65, 102,0.65);
    box-shadow: 0 1px 0px rgba(0,0,0,0.035);*/
    font-weight: 600;
}

h4:after {
    position: absolute;
    content: "";
    background-color: rgba(66, 193, 227, 0.65);
    /*background-color: #C2D5DE;*/
    height: 3px;
    width: 30px;
    margin-top: 41px;
    left: 15px;
    bottom: 25px !important;
}
h4.small-font{
    font-size: 18px;
    padding-bottom: 19px;
    line-height: 1.35em;
}



h5 i {
    color: #44bede;
    margin-right: 10px;
    padding-bottom: 5px;
    font-size: 125% !important;
}

h4.factoring-headline {
    font-size: 1.5em;
    font-weight: 600;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 15px;
    border-bottom: 0px solid;
    padding-top: 0px;
    margin: 0px;
}

h4.factoring-headline.blue{
     color: #44bede;
}
h4.factoring-headline.green{
     color: #96B35C;
}

h4.factoring-headline small {
    font-size: 0.65em;
    line-height: 0.75em !important;
    text-align: center;
    color: #4A6F86;
    font-weight: 600;
}

h4.factoring-headline:after {
    background-color: transparent;
}

h4.factoring-headline i {
    font-size: 2.125em;
    margin: 15px 0 -15px;
    padding: 0;
    color: #44bede;
}

h2.factoring-h2 {
    text-align: center;
    margin: 15px 0 30px;
    padding: 0px;
    font-weight: 600;
    font-size: 150%;
    line-height: 135%;
}

.factoring-amount {
    font-weight: 400;
    font-size: 112.5%;
}
a.factoring-more-info{
    color: #1A2C3E;
}
.factoring-more-info.text{
    color: #5F6E7D;
    line-height: 22px;
    font-size: 14px;
    padding: 15px;
    background: #f6f6f6;
    margin-top: 15px;
    border-radius: 4px;
    border-bottom: 0px;
    margin-bottom: 0px;
}
.factoring-more-info i{
    font-size: 100% !important;
    margin-right: 7.5px;
}

.col-md-6.options-left {
    padding: 0 10px 0 0;
}

.col-md-6.options-right {
    padding: 0 0 0 10px;
}

.header-phone {
    color: #fff;
    line-height: 51px;
    font-weight: 600;
    white-space: nowrap;
}

.header-phone i {
    color: #44bede;
    margin-right: 5px;
}

.header-phone span.at {
    background: transparent url('../images/AT.jpg') no-repeat top left;
    background-size: 16px 11px;
}

.header-phone span.de {
    background: transparent url('../images/DE.jpg') no-repeat top left;
    background-size: 16px 11px;
}

.header-phone span.es {
    background: transparent url('../images/ES.jpg') no-repeat top left;
    background-size: 16px 11px;
}

.header-phone span.int {
    background: transparent url('../images/EN.jpg') no-repeat top left;
    background-size: 16px 11px;
}

.footer h4 {
    font-size: 18px;
    color: #A0C5D8;
}

.footer h4:after {
    position: absolute;
    content: "";
    background-color: rgba(66, 193, 227, 0.65);
    /* background-color: #C2D5DE; */
    height: 3px;
    width: 30px;
    left: 15px;
    margin-top: 35px;
}

.footer h5 {
    margin: 0;
    color: #A0C5D8;
}

.footer h5 span {
    width: 16px;
    height: 11px;
    display: inline-block;
    margin-right: 7px;
}

.footer h5 span.de {
    background: transparent url('../images/DE.jpg') no-repeat top left;
    background-size: 16px 11px;
}

.footer h5 span.at {
    background: transparent url('../images/AT.jpg') no-repeat top left;
    background-size: 16px 11px;
}

.footer h5 span.es {
    background: transparent url('../images/ES.jpg') no-repeat top left;
    background-size: 16px 11px;
}

.footer h5 span.int {
    background: transparent url('../images/EN.jpg') no-repeat top left;
    background-size: 16px 11px;
}

.header-phone span {
    width: 16px;
    height: 11px;
    display: inline-block;
    margin-right: 7px;
}

.footer p {
    color: #97B8C5;
}

.footer i {
    margin-right: 7px;
}

.footer a {
    text-decoration: none;
}

.row.padding-top-10 {
    padding: 10px 0 0;
}

.row.padding-top {
    padding: 20px 0 0;
}

a.btn {
    color: #fff;
    text-decoration: none;
}

.btn {
    font-family: 'Francois One', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -0.25px;
    border-radius: 4px;
    width: 100%;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    font-size: 1.125em;
}

.btn.btn-orange.btn-lg.full-width {
    width: 100%;
}

.btn.btn-orange.factoring {
    padding: 5px 20px;
}

.btn i {
    margin-left: -10px;
    font-size: 1.25em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    padding-right: 10px;
    margin-right: 10px;
    line-height: 20px;
}

.btn, .btn:active, .btn:focus {
    color: #fff;
}

.btn:hover, .btn i:hover, input[type=button]:hover {
    cursor: pointer !important;
}

.btn-pagebreak i {
    margin-right: 0px;
    margin-left: -10px;
    font-size: 1.125em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    line-height: 32px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 15px;
    border-right: 0px;
    padding-right: 0px;
}

.btn i.right {
    margin-left: 10px;
    margin-right: -10px;
}

.btn-lg small {
    text-transform: none;
    font-family: 'Open sans', Helvetica, Arial, sans-serif;
}

.btn-lg.one-row {
    padding: 8px 16px;
    color: #fff;
    font-size: 1em;
    border-color: #44bede;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #44bede;
    background: -moz-linear-gradient(top, #80BBE0 0%, #6DA2C3 100%);
    /* background: -webkit-linear-gradient(top, #80BBE0 0%,#6DA2C3 100%); */
    /* background: linear-gradient(to bottom, #80BBE0 0%,#6DA2C3 100%); */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#80BBE0', endColorstr='#6DA2C3', GradientType=0);
}


.btn-orange, .btn-warning {
    color: #fff;
    background-color: #ff9900;
    border-color: #F5A52D;
    width: 100%;
    font-size: 1.125em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #ff9900;
    background: -moz-linear-gradient(top, #ff9900 0%, #ff8800 100%);
    background: -webkit-linear-gradient(top, #ff9900 0%, #ff8800 100%);
    background: linear-gradient(to bottom, #ff9900 0%, #ff8800 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff9900', endColorstr='#ff8800', GradientType=0);
  
    border-bottom: 1px solid #C56A01;
    /*background-repeat: repeat-y;
    background-size: 100% 120px;
    background-position: 0 -30px;*/
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.btn-orange:hover, 
.btn-warning:hover,
.btn-orange:active, 
.btn-warning:active ,
.btn-orange:focus, 
.btn-warning:focus  {
    color: #fff;
    background-color: #ff8800;
    border-color: #d77709;
    width: 100%;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    background: #ff9900;
    background: -moz-linear-gradient(top, #ff8800 0%, #ff9900 100%);
    background: -webkit-linear-gradient(top, #ff8800 0%, #ff9900 100%);
    background: linear-gradient(to bottom, #ff8800 0%, #ff9900 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff8800', endColorstr='#ff9900', GradientType=0);
    /*padding-right: 5px;*/
    background-position: 0 0px;
    padding-right: 15px;
    padding-left: 25px;
}

.btn-green, .btn-success, .btn-success:focus {
    border-color: #3893b4;
    width: 100%;
    font-size: 1em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #3AA3CA;
    border-bottom: 0px solid #627D2F;
    background: rgba(115, 186, 212, 1);
    background: -moz-linear-gradient(top, rgba(115, 186, 212, 1) 0%, rgba(56, 147, 180, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(115, 186, 212, 1)), color-stop(100%, rgba(56, 147, 180, 1)));
    background: -webkit-linear-gradient(top, rgba(115, 186, 212, 1) 0%, rgba(56, 147, 180, 1) 100%);
    background: -o-linear-gradient(top, rgba(115, 186, 212, 1) 0%, rgba(56, 147, 180, 1) 100%);
    background: -ms-linear-gradient(top, rgba(115, 186, 212, 1) 0%, rgba(56, 147, 180, 1) 100%);
    background: linear-gradient(to bottom, rgba(115, 186, 212, 1) 0%, rgba(56, 147, 180, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#73bad4', endColorstr='#3893b4', GradientType=0);
    /*background-repeat: repeat-y;
    background-size: 100% 90px;
    background-position: 0 -40px;*/
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.btn-green:hover, .btn-green:active, .btn-success:hover, .btn-success:active {
    color: #fff;
    border-color: #3893b4;
    width: 100%;
    font-size: 1em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #2096B5;
    border-bottom: 0px solid #627D2F;
    /*padding-right: 5px;*/
    background: rgba(56, 147, 180, 1);
    background: -moz-linear-gradient(top, rgba(56, 147, 180, 1) 0%, rgba(115, 186, 212, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(56, 147, 180, 1)), color-stop(100%, rgba(115, 186, 212, 1)));
    background: -webkit-linear-gradient(top, rgba(56, 147, 180, 1) 0%, rgba(115, 186, 212, 1) 100%);
    background: -o-linear-gradient(top, rgba(56, 147, 180, 1) 0%, rgba(115, 186, 212, 1) 100%);
    background: -ms-linear-gradient(top, rgba(56, 147, 180, 1) 0%, rgba(115, 186, 212, 1) 100%);
    background: linear-gradient(to bottom, rgba(56, 147, 180, 1) 0%, rgba(115, 186, 212, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3893b4', endColorstr='#73bad4', GradientType=0);
    background-position: 0 -2px;
}

a.btn-green.btn-small,
.btn-green.btn-small:hover,
.btn-green.btn-small:active,
.btn-small .btn.btn-success.fileinput-button,
.btn-small .btn.btn-xs.btn-danger{
    font-size: 14px;
    padding: 7.5px 15px 7.5px 20px;
}
.btn-small a{
    font-size: 14px;
}

.btn-red {
    border-color: #EF615E;
    width: 100%;
    font-size: 1em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #E6504D;
    transition: all ease-in-out 0.25s;
    -webkit-transition: all ease-in-out 0.25s;
}

.btn-red:hover {
    color: #fff;
    border-color: #B94E4C;
    width: 100%;
    font-size: 1em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #D03F3C;
    transition: all ease-in-out 0.25s;
    -webkit-transition: all ease-in-out 0.25s;
    /*padding-right: 5px;*/
}

.btn-radio {
    color: #fff;
    background-color: #80BBE0;
    border-color: #174467;
    width: 100%;
    font-size: 1em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #1D5179;
    background: -moz-linear-gradient(top, #80BBE0 0%, #6DA2C3 100%);
    /* background: -webkit-linear-gradient(top, #80BBE0 0%,#6DA2C3 100%); */
    /* background: linear-gradient(to bottom, #80BBE0 0%,#6DA2C3 100%); */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#80BBE0', endColorstr='#6DA2C3', GradientType=0);
    transition: all ease-in-out 0.25s;
    -webkit-transition: all ease-in-out 0.25s;
    /* border-bottom: 2px solid #55809a; */
}

.btn-radio:hover, .btn-radio.active {
    color: #fff;
    background-color: #183654;
    border-color: #55809a;
    width: 100%;
    font-size: 1em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    background: -moz-linear-gradient(top, #55809a 0%, #5986a1 100%);
    /* background: -webkit-linear-gradient(top, #55809a 0%,#5986a1 100%); */
    /* background: linear-gradient(to bottom, #55809a 0%,#5986a1 100%); */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#55809a', endColorstr='#5986a1', GradientType=0);
    /* border-bottom: 1px solid #55809a; */
    /* -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.15); */
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .15);
}

.btn-grey {
    color: #6f6f6f !important;
    background-color: #f2f2f2;
    border-color: #ccc;
    width: 100%;
    font-size: 1em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    background: #f2f2f2;
    background: -moz-linear-gradient(top, #f2f2f2 0%, #eee 100%);
    background: -webkit-linear-gradient(top, #f2f2f2 0%, #eee 100%);
    background: linear-gradient(to bottom, #f2f2f2 0%, #eee 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#eee', GradientType=0);
    transition: all ease-in-out 0.05s;
    -webkit-transition: all ease-in-out 0.05s;
    border-bottom: 3px solid #ccc;
}

.btn-grey:hover {
    color: #6f6f6f !important;
    background-color: #f2f2f2;
    border-color: #eee;
    width: 100%;
    font-size: 1em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    background: -moz-linear-gradient(top, #eee 0%, #f2f2f2 100%);
    background: -webkit-linear-gradient(top, #eee 0%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #eee 0%, #f2f2f2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eee', endColorstr='#f2f2f2', GradientType=0);
    padding-top: 12px;
    border-bottom: 1px solid #eee;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .15);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .15);
}


/* RADIOBUTTONS  YES/NO*/

.btn-default {
    font-family: 'Open sans', Helvetica, Arial, sans-serif;
    color: #fff;
    background-color: #337AA1;
    border-color: #205C7D;
    width: 100%;
    font-size: 1em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #337AA1;
    /* background: -moz-linear-gradient(top, #80BBE0 0%, #6DA2C3 100%);
    background: -webkit-linear-gradient(top, #80BBE0 0%,#6DA2C3 100%); */
    /* background: linear-gradient(to bottom, #80BBE0 0%,#6DA2C3 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80BBE0', endColorstr='#6DA2C3',GradientType=0 );*/
    transition: all ease-in-out 0.25s;
    -webkit-transition: all ease-in-out 0.25s;
    /* border-bottom: 2px solid #55809a; */
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover, .btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
    /*color: #FFFFFF;
    background-color: #16ACD4;
    border-color: #23648A;
    width: auto;
    font-size: 1em;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
    background: -moz-linear-gradient(top, #55809a 0%, #5986a1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55809a', endColorstr='#5986a1',GradientType=0 );
    box-shadow: inset 0 1px 1px rgba(28, 74, 105, 0.65);*/
    font-family: 'Open sans', Helvetica, Arial, sans-serif;
    color: #fff;
    background-color: #337AA1;
    border-color: #55809a;
    width: auto;
    font-size: 1em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    /*background: -moz-linear-gradient(top, #55809a 0%, #5986a1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55809a', endColorstr='#5986a1',GradientType=0 );*/
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .15);
    padding: 10px 43px;
}

.btn-default.active input:before {
    font-family: 'FontAwesome';
    content: "\f00c";
    display: inline-block;
    font-size: 2em;
}

.btn-success.disabled, 
.btn-success.disabled.active, 
.btn-success.disabled.focus, 
.btn-success.disabled:active, 
.btn-success.disabled:focus, 
.btn-success.disabled:hover, 
.btn-success[disabled], 
.btn-success[disabled].active, 
.btn-success[disabled].focus, 
.btn-success[disabled]:active, 
.btn-success[disabled]:focus, 
.btn-success[disabled]:hover, 
fieldset[disabled] .btn-success, 
fieldset[disabled] .btn-success.active, 
fieldset[disabled] .btn-success.focus, 
fieldset[disabled] .btn-success:active, 
fieldset[disabled] .btn-success:focus, 
fieldset[disabled] .btn-success:hover{
    background-color: #ccc;
    border-color: transparent;
    opacity: .5;
    cursor: not-allowed !important;
}

.input-group-btn .btn.btn-default {
    background-color: #44bede;
    border: 0px solid #44bede;
}

.input-group-btn .btn.btn-default:hover {
    background-color: #369eb9;
    border: 0px solid #369eb9;
}
.has-success .input-group-btn .btn.btn-default {
    background-color: #96B35C;
    border: 0px solid #96B35C;
}
.has-success .form-control.coupon{
     border: 2px solid #96B35C;
}
.input-group-btn .btn.btn-default:active {
    padding: 10px 20px;
}
.input-group-btn .btn.btn-default .fa.fa-check {
    font-size: 24px;
}

.btn.btn-default.btn-lg:hover {
    background-color: #245D82;
    border: 0px solid #245D82;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
}

.has-error .input-group-btn .btn.btn-default {
    background: #a94442;
    margin-right: -1px;
}

.has-error .input-group-btn .btn.btn-default .fa.fa-check:before {
    content: "\f00d";
    font-family: "FontAwesome";
}

.btn-group .btn {
    width: auto;
    padding: 10px 43px;
}

.btn-group .btn-default {
    background-color: #ffffff;
    color: #337AA1;
    text-shadow: none;
    border-color: #8CB0C3;
    /* font-size: 1.25em; */
    text-transform: none;
    font-family: 'Open Sans', 'Helvetica', Arial, sans-serif;
    font-weight: 600;
    font-size: 1em;
    letter-spacing: -0.5px;
    min-width: 125px;
}

.btn-group .btn-default:hover {
    font-size: 1em;
    letter-spacing: -0.5px;
}

.btn-group .btn-default:active {
    font-size: 1em;
    letter-spacing: -0.5px;
}

.btn-danger {
    color: #fff;
    background-color: #a63d39;
    border-color: #983B38;
    width: 100%;
    font-size: 1em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background: rgba(189, 54, 49, 1);
    background: -moz-linear-gradient(top, rgba(189, 54, 49, 1) 0%, rgba(166, 61, 57, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(189, 54, 49, 1)), color-stop(100%, rgba(166, 61, 57, 1)));
    background: -webkit-linear-gradient(top, rgba(189, 54, 49, 1) 0%, rgba(166, 61, 57, 1) 100%);
    background: -o-linear-gradient(top, rgba(189, 54, 49, 1) 0%, rgba(166, 61, 57, 1) 100%);
    background: -ms-linear-gradient(top, rgba(189, 54, 49, 1) 0%, rgba(166, 61, 57, 1) 100%);
    background: linear-gradient(to bottom, rgba(189, 54, 49, 1) 0%, rgba(166, 61, 57, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bd3631', endColorstr='#a63d39', GradientType=0);
    transition: background ease-in-out 0.15s;
    -webkit-transition: background ease-in-out 0.15s;
    border-bottom: 1px solid #983B38;
    margin-bottom: 10px;
    /*background-repeat: repeat-y;
    background-size: 100% 90px;
    background-position: 0 -40px;*/
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.btn-danger:hover {
    background: rgba(166, 61, 57, 1);
    background: -moz-linear-gradient(top, rgba(166, 61, 57, 1) 0%, rgba(212, 39, 36, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(166, 61, 57, 1)), color-stop(100%, rgba(212, 39, 36, 1)));
    background: -webkit-linear-gradient(top, rgba(166, 61, 57, 1) 0%, rgba(212, 39, 36, 1) 100%);
    background: -o-linear-gradient(top, rgba(166, 61, 57, 1) 0%, rgba(212, 39, 36, 1) 100%);
    background: -ms-linear-gradient(top, rgba(166, 61, 57, 1) 0%, rgba(212, 39, 36, 1) 100%);
    background: linear-gradient(to bottom, rgba(166, 61, 57, 1) 0%, rgba(212, 39, 36, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a63d39', endColorstr='#d42724', GradientType=0);
    border-bottom: 1px solid #983B38;
    background-position: 0 -2px;
}

.fileinput-button i {}

.noflightnr {
    width: 100%;
    text-align: center;
    text-decoration: underline;
}

.navbar-default {
    /* background-color: rgba(50,70,91,0.85); */
    /* background: #4A6F86; */
    background: rgba(28, 72, 101, 0.93);
    /* border-color: transparent; */
    box-shadow: none;
    border-bottom: 0px solid rgba(36, 107, 152, 0.88);
    /* box-shadow: 0 2px 3px rgba(0,0,0,0.2); */
    min-height: 70px;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #1A4861;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: 0px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: all ease-in-out 0.25s;
    text-transform: uppercase;
    font-size: 0.875em;
}

.navbar-default .navbar-nav>li>a:hover {
    color: rgba(255, 255, 255, 0.65);
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #1A4861;
    font-weight: bold;
}

.navbar-nav {
    margin: 0px -15px;
}

.navbar-right {
    margin-right: 15px;
}

.logo {
    background: transparent url('../images/Logo.png') no-repeat top left;
    background-size: 110px 21px;
    width: 110px;
    height: 21px;
    display: block;
}

.nav-back i {
    font-size: 2em;
    color: #fff;
    padding: 10px 35px 10px 15px;
    float: left;
}

.jumbotron {
    background-color: rgba(64, 187, 220, 0.2);
    background-color: rgba(255, 255, 255, 1);
    padding-top: 1px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 10px rgba(34, 93, 125, 0.08);
    border-radius: 8px !important;
    border: 1px solid rgba(219, 232, 238, 0.1);
    /* text-shadow: 0 1px 1px rgb(29, 65, 102);*/
}

.jumbotron.nbtradius {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.jumbotron h3 {
    margin-bottom: 20px;
}

.jumbotron p {
    font-size: inherit;
    margin: 0px 0;
    width: 100%;
    font-weight: inherit;
}

.jumbotron.completed:after {
    content: "\f00c";
    color: #fff;
    position: absolute;
    right: 15px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 2.5em;
    margin-top: -23px;
    background: #9BD055;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    box-shadow: inset 2px 2px 3px rgba(0,0,0,0.1);
    padding: 7px 10px;
}
.jumbotron.completed {
    background-color: #FDFFFA;
    //background: #fff;
    border: 3px solid #9BD055;
}
.jumbotron.completed h4,
.jumbotron.completed .tooltip-help i{
    //color: #628436;
}
.jumbotron.completed h4 .fa-upload:before {
    content: "\f00c";
    color: #9BD055;
}
.jumbotron.completed h4:after {
    background-color: rgb(155, 208, 85);
}
/*.jumbotron.last.completed:after{
    bottom: 23px;
}*/


.center {
    text-align: center;
}

.form-control-feedback {
    width: 40px;
    height: 44px;
    line-height: 44px;
    /*background: #FFFFFF;
    border-top-right-radius: 5px !important;
    border: 1px solid #D4DEE4;
    border-bottom-right-radius: 5px !important;*/
}

.form-control, .has-feedback .form-control {
    background-color: #fcfcfc;
    background-image: none;
    border: 1px solid #D4DEE4;
    border-radius: 4px;
    -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;
    font-weight: 400;
    letter-spacing: -0.25px;
    -webkit-box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.05);
    background-image: none;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

input, input["type=text"], select, textarea {
    color: #617180;
    border: 1px solid #dbe8ee;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

select, input[type=text], input[type=password], input[type=email], input[type=date], input[type=time], input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0 !important;
    outline-offset: -2px;
}

.input-lg, .form-control {
    font-size: 1em;
    color: #6D7786;
    letter-spacing: 0px;
    height: 44px;
    padding: 10px 12px;
}

.input-lg+.form-control-feedback {
    line-height: 44px;
    width: 42px;
}

.fp-configurator.item.redirectbutton.affiliate {
    background-color: #ffffff;
    padding: 15px;
    margin-bottom: 20px;
    text-align: center;
    box-shadow: 0px 2px 10px rgba(34, 93, 125, 0.08);
    border-radius: 8px !important;
    border: 1px solid rgba(219, 232, 238, 0.1);
}
.fp-configurator.item.redirectbutton.affiliate > .btn,
.fp-configurator.item.redirectbutton.affiliate > .btn:hover,
.fp-configurator.item.redirectbutton.affiliate > .btn:active,
.fp-configurator.item.redirectbutton.affiliate > .btn:visited {
    font-size: 1.125em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    transition: all 0.15s linear;
    font-family: 'Francois One', sans-serif;
    background-color: green;
    color: #ffffff;
}
.fp-configurator.item.redirectbutton.affiliate > .btn:hover {
    padding-right: 15px;
    padding-left: 25px;
}
.fp-configurator.item.redirectbutton.affiliate > .btn:before {
    content: "\f009";
    font-family: 'FontAwesome';
    padding-right: 15px;
}

select, select.input-lg {
    height: 44px;
    line-height: 44px;
    padding: 0 12px;
}

input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
    height: 44px;
    line-height: 44px;
    padding: 0 12px;
}
textarea,
textarea.form-control{
    height: 120px;
}

.form-control, .has-error .form-control {
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.form-control:focus, .bootstrap-tagsinput.focused, .bootstrap-tagsinput.form-control.focused, .bootstrap-tagsinput:active, .bootstrap-tagsinput.form-control:active, .fp-configurator .picker__input.picker__input--active {
    border-color: rgba(118, 212, 239, 0.8) !important;
    outline: 0;
    -webkit-box-shadow: 0px 0px 10px rgba(102, 175, 233, 0.8) !important;
    box-shadow: 0px 0px 6px rgba(122, 220, 247, 0.8) !important;
    /* background: rgba(8, 36, 53, 1) !important; */
    background: rgba(241, 252, 255, 6) !important;
}

.has-error .form-control, .has-error .form-control:focus {
    border-color: #C63C38;
    outline: 0;
    webkit-box-shadow: 0px 0px 6px rgba(179, 4, 0, 1) !important;
    box-shadow: 0px 0px 6px rgba(179, 4, 0, 0.5) !important;
    background-color: rgb(253, 240, 240) !important;
    border-width: 2px;
    color: #C13030;
}

::placeholder {
    color: #80909e !important;
}

::-webkit-input-placeholder, :-webkit-input-placeholder {
    /* Safari, Chrome and Opera */
    color: #80909e !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #80909e !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #80909e !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #80909e !important;
}

::-ms-input-placeholder {
    /* Edge */
    color: #80909e !important;
}

:placeholder-shown {
    /* Standard one last! */
    color: #80909e !important;
    letter-spacing: -0.25px;
}

.date-born input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #80909e;
    margin-right: 0.5em;
}

.date-born input[type="date"]:focus:before, .date-born input[type="date"]:valid:before {
    content: "";
}

.inner-addon {
    position: relative;
}


/* style icon */

.inner-addon .fa {
    position: absolute;
    padding: 13px;
    pointer-events: none;
    font-size: 1.125em;
    color: #A6ADB1;
}


/* align icon */

.left-addon .fa {
    left: 0px;
}

.right-addon .fa {
    right: 0px;
}

i.fa.right-10 {
    margin-right: 10px;
}


/* add padding  */

.left-addon input {
    padding-left: 10px;
}

.right-addon input {
    padding-right: 10px;
}

.rotate-45 {
    transform: rotate(45deg);
}

.rotate-90 {
    transform: rotate(90deg);
}

.claim {
    background: #96B35C;
    /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #96B35C 1%, #94A767 100%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #96B35C 1%, #94A767 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #96B35C 1%, #94A767 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#96B35C', endColorstr='#94A767', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    width: 100%;
    border-radius: 8px;
    margin: 0 0 15px 0;
    text-align: center;
    padding: 20px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.07);
}

.claim:after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: auto;
    border-width: 15px 15px 0;
    border-style: solid;
    border-color: #95AB64 transparent;
    display: block;
    width: 0;
    left: 50%;
    margin-left: -7.5px;
}

.claim.thx {
    text-align: left;
    color: #fff;
}

.claim.thx:after {
    border-width: 0px;
}

.claim.thx h2 {
    text-align: center;
    font-weight: bold;
    letter-spacing: -1px;
}

.claim.thx .seperator {
    border-bottom: 1px solid rgba(245, 249, 251, 0.28);
}

.claim.blue {
    background: #44bede;
    padding: 20px 30px 10px;
    color: #fff !important;
}

.claim.blue h2, .claim.blue h1 {
    font-weight: 600;
    letter-spacing: -0.5px;
    font-size: 2.5em;
}

.claim.blue:after {
    border-color: #44bede transparent;
    content: "";
    left: auto;
    border-width: 15px 15px 0;
    border-style: solid;
    display: block;
    width: 0;
    left: 50%;
    margin-left: -7.5px;
    margin-top: 10px;
    bottom: auto;
}

.claim.blue .seperator.white {
    border-color: rgba(255, 255, 255, 0.3);
}

.claim.blue a:link, .claim.blue a:visited, .claim.blue a:active {
    color: #fff;
    text-decoration: underline;
}

.claim.blue a:hover, .claim.blue a:focus {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: underline;
}

.claim h1, .claim h2, .claim h3, .claim h4, .claim h5 {
    color: #fff;
    border-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 15px;
    line-height: auto;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    letter-spacing: 0;
    box-shadow: none;
}

.claim h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

.claim h1 small {
    color: #fff;
}

.claim h4:after {
    position: absolute;
    content: "";
    background-color: transparent;
    height: 0;
    width: 0;
    bottom: 0;
    left: 0;
}

.claim h4 {
    font-size: 1.375em;
    letter-spacing: -0.25px;
}

.claim.blue h3 {
    font-weight: 600;
    margin-bottom: 0px;
    padding-right: 15px 0;
}

.claim.blue h3:after {
    background-color: transparent;
}

.claim span i {
    font-size: 3em;
    float: left;
    margin-right: 15px;
}

.claim.blue span {
    text-align: left;
}

.claim.blue p.factoring {
    text-align: left;
}

.list-group-item {
    /*font-size: 0.875em;
    background-color: #fff;
    border: 1px solid #dbe8ee;
    font-weight: 600;*/
    font-size: 0.975em;
    background-color: #fff;
    font-weight: 600;
    -webkit-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    -ms-transition: all ease-in-out 0.25s;
    -moz-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
}


.list-group-item i {
    margin-right: 10px;
    color: #44bede;
    font-size: 1.5em;
}

.list-group.member {
    margin-bottom: 0px;
}

.list-group.member .list-group-item {
    padding: 7px 0px;
    font-weight: 400;
    background-color: transparent;
    border: 0px solid rgb(35, 98, 136)
}

.list-group.member .list-group-item i {
    font-size: 1em;
    width: 12px;
    text-align: center;
}

.list-group.member .list-group-item span.item-right {
    float: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}

.overview-text {
    font-size: 0.975em;
    line-height: 1.25em;
}

.list-group.overview .list-group-item {
    border: 0px;
    background: #fff;
    font-weight: 400 !important;
    margin: 2px 15px;
    padding: 10px 10px 15px 15px;
    border-bottom: 1px solid #efefef;
}

.list-group.overview .list-group-item:last-child {
    border-bottom: 0px solid #efefef;
}
/*li.list-group-item:nth-child(even){
    background-color: #f9f9f9 !important;
    margin-top: 0px !important;
    border-bottom: 0px solid #ececec !important;
    border-radius: 8px;
}
li.list-group-item:nth-child(odd){
    border-bottom: 0px solid #ececec !important;
}*/

.bg-overview {
    border: 0px;
    background: #fff;
    font-weight: 400 !important;
    margin: 2px 0px;
    padding: 10px 10px 15px 15px;
    border-radius: 0px;
    border-bottom: 0px solid #efefef;
}

.list-group.factoring .list-group-item {
    border: 0px;
    background: #fff;
    font-weight: 400 !important;
    margin: 2px 15px;
    padding: 10px 10px 10px 15px;
}

.list-group-item span.green {
    font-weight: 600;
}

.flight-data {
    background-color: #ECF3F5;
    border: 0px solid rgb(28, 72, 110);
    display: block;
    padding: 10px 0;
    margin: 2px 0 0;
    border-radius: 4px;
    font-size: 0.875em;
}

.flight-data .overview-text {
    line-height: 1.5em;
}

.flight-data .overview-text .col-xs-4 {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

h5.overview {
    font-weight: 600;
    font-size: 1em;
    padding: 15px 15px 10px 15px;
    background-color: #f6f6f6;
    margin-bottom: 2px;
    border-radius: 4px;
}

.overview div {
    float: right;
    padding-top: 3px;
}

.seperator {
    border-bottom: 1px solid rgba(172, 186, 199, 0.25);
    /*border-bottom: 1px solid #dbe8ee;*/
    height: 1px;
    display: block;
}

.badge {
    background-color: #96B35C;
    padding: 12px 14px;
    font-size: 1.25em;
    border-radius: 4px;
}

.share {
    position: fixed;
    bottom: 0px;
    background-color: #132333;
    padding: 10px 15px;
    color: #fff;
    z-index: 9999;
    width: 100%;
    box-shadow: 0px -1px 10px rgba(18, 34, 50, 0.4);
    border-top: 1px solid rgb(29, 70, 107);
}

.share.member {
    position: absolute;
    height: 60px;
}

.share .fa.fa-share-alt {
    font-size: 1.5em;
    padding: 9px 12px 6px;
    border-radius: 4px;
    background-color: #235E83;
    border: 1px solid #286890;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}

.share small {
    color: #3AA3CA;
    display: block;
}

a i.fa.fa-share-alt {
    color: #fff;
}

.icon-m {
    font-size: 1.5em;
}

p.datetoday {
    width: 100%;
    text-align: center;
    font-size: 1em;
}

.datetoday span {
    font-size: 2.25em;
    font-weight: bold;
}


/* RESET THE DEFAULT INPUT-ICONS & ERROR-ICONS */

.glyphicon-remove:before, .glyphicon:before {
    content: "";
    font-family: 'Flaticon';
    color: #4A6F86;
    /*position: absolute;*/
    margin: 2px 0px 0px 0px;
    font-size: 1.25em;
    /*margin-left: -20px;
    padding-left: 20px;*/
}


/* CUSTOM ERROR ICON IF NO CLASS IS ADDED IN THE CALCULATOR */

.has-error .glyphicon-remove:before, .has-error .glyphicon:before {
    /*content: "\e009";*/
    content: "";
    color: #a94442;
}


/* CLASSES FOR THE EDITOR HAVE TO BE ADDED */

.flightnumber .glyphicon.glyphicon-remove.form-control-feedback:before, .flightnumber .glyphicon.form-control-feedback:before {
    font-family: 'FontAwesome';
    content: "\f072";
    transform: rotate(45deg);
}

.departure-airport .glyphicon.glyphicon-remove.form-control-feedback:before, .departure-airport .glyphicon.form-control-feedback:before {
    content: "\e003";
}

.arrival-airport .glyphicon.glyphicon-remove.form-control-feedback:before, .arrival-airport .glyphicon.form-control-feedback:before {
    content: "\e017";
}

.date .glyphicon.glyphicon-remove.form-control-feedback:before, .date .glyphicon.form-control-feedback:before, .date_col .glyphicon.glyphicon-remove.form-control-feedback:before, .date_col .glyphicon.form-control-feedback:before {
    content: "\e009";
}

.time_col .glyphicon.glyphicon-remove.form-control-feedback:before, .time_col .glyphicon.form-control-feedback:before {
    content: "\e00b";
}

.person .glyphicon.glyphicon-remove.form-control-feedback:before, .person .glyphicon.form-control-feedback:before {
    content: "\e01b";
}

.map .glyphicon.glyphicon-remove.form-control-feedback:before, .map .glyphicon.form-control-feedback:before {
    font-family: 'FontAwesome';
    content: "\f041";
}

.email .glyphicon.glyphicon-remove.form-control-feedback:before, .email .glyphicon.form-control-feedback:before {
    font-family: 'FontAwesome';
    content: "\f0e0";
}

.phone .glyphicon.glyphicon-remove.form-control-feedback:before, .phone .glyphicon.form-control-feedback:before {
    font-family: 'FontAwesome';
    content: "\f095";
}

.select-arrow .glyphicon.glyphicon-remove.form-control-feedback:before, .select-arrow .glyphicon.form-control-feedback:before {
    font-family: 'FontAwesome';
    content: "\f0d7";
}

.edit .glyphicon.glyphicon-remove.form-control-feedback:before, .edit .glyphicon.form-control-feedback:before {
    font-family: 'FontAwesome';
    content: "\f040";
}

.has-error .flightnumber .glyphicon.glyphicon-remove.form-control-feedback:before, 
.has-error .date_col .glyphicon.glyphicon-remove.form-control-feedback:before, 
.has-error .time_col .glyphicon.glyphicon-remove.form-control-feedback:before, 
.has-error .departure-airport .glyphicon.glyphicon-remove.form-control-feedback:before, 
.has-error .arrival-airport .glyphicon.glyphicon-remove.form-control-feedback:before, 
.has-error .person .glyphicon.glyphicon-remove.form-control-feedback:before, 
.has-error .map .glyphicon.glyphicon-remove.form-control-feedback:before, 
.has-error .email .glyphicon.glyphicon-remove.form-control-feedback:before, 
.has-error .phone .glyphicon.glyphicon-remove.form-control-feedback:before, 
.has-error .select-arrow .glyphicon.glyphicon-remove.form-control-feedback:before, 
.has-error .edit .glyphicon.glyphicon-remove.form-control-feedback:before, 
.has-error .flightnumber .glyphicon.form-control-feedback:before, 
.has-error .date_col .glyphicon.form-control-feedback:before, 
.has-error .time_col .glyphicon.form-control-feedback:before, 
.has-error .departure-airport .glyphicon.form-control-feedback:before, 
.has-error .arrival-airport .glyphicon.form-control-feedback:before, 
.has-error .person .glyphicon.form-control-feedback:before, 
.has-error .map .glyphicon.form-control-feedback:before, 
.has-error .email .glyphicon.form-control-feedback:before, 
.has-error .phone .glyphicon.form-control-feedback:before, 
.has-error .select-arrow .glyphicon.form-control-feedback:before, 
.has-error .edit .glyphicon.form-control-feedback:before {
    /*color: #a94442;*/
    color: rgba(234, 70, 66, 0.8);
    text-shadow: none !important;
}

.form-horizontal .has-feedback .form-control-feedback {
    /*right: 0px;*/
}

.form-group {
    margin-bottom: 15px;
    position: relative;
}


/* ---------------------------
    MEMBER LOGIN CLASSES 
---------------------------*/


/* STATUS 1-3 */

.status {
    border: 2px solid rgb(148, 195, 222);
    padding: 7px 15px;
    min-width: 100%;
    border-radius: 4px;
    color: rgb(148, 195, 222);
    text-align: center;
    font-size: 0.875em;
    font-weight: 600;
    height: 100px;
}

.status.four-steps {
    height: auto;
    text-align: center;
}

.status.four-steps .check {
    float: left;
}

.status.ok {
    border: 2px solid #337AA1;
    background: rgb(51, 122, 161);
    color: #fff;
}

.status.work {
    border: 2px solid #337AA1;
    background: rgb(51, 122, 161);
    color: #fff;
}

.status:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgb(148, 195, 222);
    position: absolute;
}

.status.ok:after {
    border-top: 10px solid rgb(51, 122, 161);
}

.status.last:after, .status.ok.last:after, .status.four-steps.last:after, .status.four-steps.ok.last:after {
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
}

.status i, .status.ok i {
    font-size: 2.25em;
    padding: 3px 0 5px;
}


/* TIMELINE CLAIM */

a.collapse-style {
    text-decoration: none;
}

p.status-number {
    background: #37A1C6;
    color: #fff;
    padding: 5px;
    font-weight: bold;
    border-radius: 4px;
    width: 34px;
    /* height: 32px; */
    text-align: center;
    margin-top: -5px;
    padding: 10px 0px;
}

p.headline {
    color: #4A6F86;
    margin-top: 0px;
    font-size: 1em;
    margin-bottom: 30px;
    background-color: #E7F0F5;
    border-color: #1D496F;
    border-radius: 4px;
    padding: 10px 10px;
    margin: -5px 5px 15px 0px;
    font-weight: 600;
    cursor: cursor;
    transition: all 0.25s ease-in-out;
}

p.headline:hover {
    background-color: #CADAE2;
    border-color: #1D496F;
}

p.date {
    font-weight: bold;
    margin-bottom: 10px;
}

p.text {
    font-size: 0.9em;
    line-height: 1.5em;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #457C9D;
}

p.text.no-line {
    border-bottom: 0px;
    margin-bottom: 0px;
}

.status-faq .question {
    font-size: 1.125em;
    line-height: 1.25em;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}

.panel {
    border: 1px solid #CFDEE6;
    background: #fff;
}

.panel-default> a:link > .panel-heading {
    color: #fff;
    background-color: #37A1C6;
    border-color: #37A1C6;
    text-shadow: none;
    transition: all 0.25s ease-in-out;
}

.panel-default> a:hover > .panel-heading {
    color: #fff;
    background-color: #3395b7;
    border-color: #3395b7;
    text-shadow: none;
}

.panel.panel-default > a:link {
    text-decoration: none;
}

.panel-default> a:link > .panel-heading {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}

.panel-default > a:link > .panel-heading > h5.panel-title {
    text-decoration: none;
    font-weight: 600;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #4887AD;
}

h5.panel-title, h5.panel-title i {
    color: #fff;
    cursor: pointer;
}


/* ---------------------------
    FLIGHT LEGS STUFF
---------------------------*/

.legs .list-group {
    margin-top: 15px;
}

.legs .list-group a {
    text-decoration: none;
    color: #5F6E7D;
    font-weight: normal;
    padding: 12.5px 15px;
}

.legs .list-group-item:before {
    font-family: 'FontAwesome';
    content: "\f1db";
    font-size: 1.75em;
    margin-right: 15px;
    display: block;
    float: left;
    height: 50px;
}

.legs .list-group-item.active, .legs .list-group-item.active:focus, .legs .list-group-item.active:hover, .legs .list-group-item.active:active {
    z-index: 2;
    color: #fff;
    background-color: #337AA1;
    border-color: #337AA1;
}

.legs a.list-group-item:focus, .legs a.list-group-item:hover, .legs a.list-group-item:active, .legs button.list-group-item:focus, .legs button.list-group-item:hover, .legs button.list-group-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #183654;
    border-color: #183654;
    padding-left: 20px;
}

.legs a.list-group-item:hover:before, .legs a.list-group-item:focus:before, .legs a.list-group-item:active:before, .legs a.list-group-item.active:before, .legs a.list-group-item.active:focus:before {
    font-family: 'FontAwesome';
    content: "\f058";
    font-size: 1.5em;
    margin-right: 15px;
}


/*  ---------------------
    TABS FOR MEMBER AREA
    ---------------------
*/


/*****************************/


/* Circle */


/*****************************/

.tabs div.nav ul li {
    /*text-align: center;
    background: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin: 0px 0px;
    box-shadow: -1px 1px 10px rgba(34,93,125,0.2);

    transition: all 0.25s ease-in-out;*/
    text-align: left;
    background: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin: 0px 0px;
    /*box-shadow: -1px 3px 10px rgba(34,93,125,0.15);*/
    box-shadow: 3px 3px 10px rgba(34, 93, 125, 0.35);
    transition: all 0.25s ease-in-out;
    margin: 25px 0px -27px;
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 65%, #E0E0E0 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 65%, #E0E0E0 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 65%, #E0E0E0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#E0E0E0', GradientType=0);
    padding-left: 25px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.5px;
}

.tabs div.nav ul li:last-child {
    box-shadow: -3px 3px 10px rgba(34, 93, 125, 0.2);
}

.tabs div.nav ul li.tab-current {
    /*color: #fff;
    background: #3992b2;
    background: -moz-linear-gradient(top, #3992b2 0%, #337aa1 89%, #1c72a0 100%);
    background: -webkit-linear-gradient(top, #3992b2 0%, #337aa1 89%, #1c72a0 100%);
    background: linear-gradient(to bottom, #3992b2 0%, #337aa1 89%, #1c72a0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3992b2', endColorstr='#1c72a0', GradientType=0);*/
    margin-top: 15px;

    color: #3992b2;
    background: #fff;
        z-index: 5 !important;
}

.tabs div.nav ul {
    max-width: 100%;
}

div.nav {
    margin: -20px 0px 20px;
}

.tabs-style-circle {
    overflow: visible;
}

.tabs-style-circle div.nav li::before {
    position: absolute;
    /*top: 50%;
    left: 50%;
    margin: -60px 0 0 -60px;*/
    /*width: 120px;
    height: 120px;*/
    width: auto;
    height: auto;
    border: 1px solid #183654;
    /*border-radius: 50%;*/
    content: '';
    opacity: 1;
    -webkit-transition: -webkit-transform 0.2s, all 0.2s;
    transition: transform 0.2s, all 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    background-color: #1D4165;
    box-shadow: 1px 3px 1px rgba(28, 21, 37, 0.11);
}


/*@media screen and (max-width: 58em) {
    .tabs-style-circle div.nav li::before {
        margin: -40px 0 0 -40px;
        width: 80px;
        height: 80px;
    }
}*/

.tabs-style-circle div.nav li::before {
    /*margin: -40px 0 0 -40px;
        width: 80px;
        height: 80px;*/
}

.tabs-style-circle div.nav li::before, .tabs-style-circle div.nav li.tab-current::before {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    background: rgba(64, 187, 220, 0.2);
    border: 1px solid rgba(219, 232, 238, 0.3);
    text-shadow: 0 1px 1px rgb(29, 65, 102);
    box-shadow: inset 1px 3px 1px rgba(28, 21, 37, 0.11);
}

.tabs-style-circle div.nav a {
    /*overflow: visible;
    color: #438AB3;
    font-weight: 700;
    font-size: 0.9em;
    line-height: 1.1;
    -webkit-transition: color 0.3s cubic-bezier(0.7,0,0.3,1); 
    transition: color 0.3s cubic-bezier(0.7,0,0.3,1);
    text-decoration: none;
    padding: 20px 0;*/
    overflow: visible;
    color: #4A6F86; 
    font-weight: 700;
    font-size: 0.9em;
    line-height: 1.1;
    -webkit-transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    text-decoration: none;
    padding: 20px 0 26px;
}

.tabs-style-circle div.nav a span {
    display: inline-block;
    font-size: 1.125em;
    font-weight: 400;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.tabs-style-circle div.nav a span, .tabs-style-circle .icon::before {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

.tabs-style-circle div.nav a:hover, .tabs-style-circle div.nav a:focus {
    color: #ffffff;
    text-decoration: none;
}

.tabs div.nav ul li:hover,
.tabs div.nav ul li.tab-current:hover {
    background: #337AA1;
    color: #fff !important;
}

.tabs-style-circle div.nav li.tab-current a:link {
    color: #3992b2;
    text-decoration: none;
    padding-top: 20px;
}
.tabs-style-circle div.nav li.tab-current a:hover{
    color: #fff;
}

.tabs-style-circle div.nav li.tab-current a span {
    -webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0);
}

.tabs-style-circle .icon::before {
    display: block;
    margin: 0;
    pointer-events: none;
}

.tabs-style-circle div.nav li.tab-current .icon::before {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
}

.tabs-style-circle > div > ul > li .fa:before {
    z-index: 10;
    display: inline-block;
    margin: 0 0.4em 0 0;
    vertical-align: middle;
    text-transform: none;
    font-weight: normal;
    font-variant: normal;
    font-size: 1.75em;
    line-height: 1;
    speak: none;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tabs-style-circle > div > ul > li .fa-plane:before, .tabs-style-circle > div > ul > li .fa-bank:before, .tabs-style-circle > div > ul > li .fa-file-text-o:before {
    display: block;
    margin: 0;
    pointer-events: none;
    text-decoration: none;
    line-height: 1;
}

.tabs-style-circle > div > ul > li .fa-plane:before, .tabs-style-circle > div > ul > li .fa-bank:before, .tabs-style-circle > div > ul > li .fa-file-text-o:before {
    display: inline-block;
    margin: 0px 7.5px 0px 0px;
    pointer-events: none;
    text-decoration: none;
    line-height: 1;
}

.tabs-style-circle div.nav li.tab-current a span {
    -webkit-transform: none;
    transform: none;
    font-weight: bold;
}

.tabs-style-circle div.nav a:hover {
    color: #fff;
    text-decoration: none;
}

.tabs-style-circle div.nav a:focus {
    color: #fff;
    text-decoration: none;
}
.tabs.tabs-style-circle .content-wrap{
    z-index: 10 !important;
}
.status-headline{
    padding: 0px 0 25px;
}
.btn-pagebreak.member { z-index: 1000000 !important; }

/* -------------------------
    CONFIGURATOR STYLES
    -------------------------
*/

.fp-configurator .bootstrap-tagsinput {
    background-color: #fcfcfc;
    box-shadow: inherit !important;
    padding: 0px 12px !important;
    color: #5F6E7D !important;
    line-height: 44px !important;
    letter-spacing: -0.25px !important;
    font-weight: 400;
}

.has-error .fp-configurator .bootstrap-tagsinput {
    background-color: rgb(253, 240, 240) !important;
}

.form-group.has-feedback.has-error .fp-configurator .bootstrap-tagsinput {
    background-color: rgb(253, 240, 240) !important;
}

label {
    display: inline;
    padding: .2em .5em .3em;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    /*white-space: nowrap;*/
    vertical-align: baseline;
    border-radius: .25em;
    /*overflow: hidden;
    text-overflow: ellipsis;*/
}

.label-default {
    background-color: #337AA1;
}

.btn-pagebreak {
    margin-top: -95px;
    padding: 0 30px;
}
.btn-pagebreak.factoring {
    margin: 5px 0px 30px;
    padding: 0px;
}

.btn-pagebreak.fpwp-startpage{
    margin-top: 0px;
    padding: 0px 15px;
}

.btn-pagebreak i {
    margin-left: 20px;
}
.btn-pagebreak.noback.left-btn .pos-right{
    text-align: left;
}

#fp-btn-back, a.btn-back {
    background-color: #f2f2f2;
    border-color: #ececec;
    color: #8A8A8A;
    border-bottom: 1px solid #ccc;
    margin-right: 5px;
    transition: all 0.25s ease-in-out;
}

#fp-btn-back:hover, a.btn-back:hover {
    background-color: #eee;
    border-color: #ececec;
    color: #8A8A8A;
    border-bottom: 1px solid #ccc;
    margin-right: 5px;
    padding-right: 25px;
    padding-left:15px;
}

#fp-btn-back i, a.btn-back i {
    margin-right: 10px;
    margin-left: 0px;
    font-size: 1.125em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    line-height: 32px;
    border-left: 0px solid rgba(255, 255, 255, 0.5);
    padding-left: 0px;
    border-right: 1px solid #ccc;
    padding-right: 15px;
}

a.btn-back.last {
    padding: 18px 20px;
}
a.btn-back {
    margin-bottom: 25px;
}


/* -----------------
    PICKER-STYLES
    ----------------
*/

.fp-configurator .picker {
    color: #66747F;
}

.fp-configurator .picker:focus {
    outline: 0;
}

.fp-configurator .picker__day--outfocus {
    color: #ccc;
}

.fp-configurator .picker__holder {
    /*background: #fff;
    border: 1px solid #fff; */
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.fp-configurator .picker__day {
    font-weight: 400;
    /* border: 1px solid #ccc; */
}

.picker__weekday {
    background: #f2f2f2;
    text-align: center;
    padding: 5px 0px 0px;
}

.fp-configurator .picker__day--infocus:hover, .fp-configurator .picker__day--outfocus:hover {
    cursor: pointer;
    color: #fff;
    background: #44bede;
}

.fp-configurator .picker__nav--next:before {
    border-left: .75em solid #357ca1;
}

.fp-configurator .picker__nav--prev:before {
    border-right: .75em solid #357ca1;
}

.fp-configurator .picker__select--month, .fp-configurator .picker__select--year {
    border: 1px solid #D4DEE4;
    height: 2em;
    padding: 0 5px 0 7px;
    margin-left: .25em;
    margin-right: .25em;
    background: #FCFCFC;
    color: #778592;
    font-size: 0.875em;
    line-height: 20px;
    border-radius: 2px;
}

.fp-configurator .picker__button--clear, .fp-configurator .picker__button--close, .fp-configurator .picker__button--today {
    border: 1px solid #cecece;
    background: #f2f2f2;
    font-size: .8em;
    padding: 1em 0;
    font-weight: 600;
    width: 25%;
    display: inline-block;
    vertical-align: bottom;
    border-radius: 4px;
    color: #357CA1;
    margin: 5px 3px;
}

.fp-configurator .picker__button--today:before {
    border-top: .66em solid #38A4C8;
}

.fp-configurator .picker__button--close:before {
    color: #ff9900;
}

.fp-configurator .picker__nav--next:hover, .fp-configurator .picker__nav--prev:hover {
    background: none;
}

.fp-configurator .picker__day--highlighted {
    border-color: #1C5071;
}

.fp-configurator .picker__day--today:before {
    border-top: .5em solid #38A4C8;
}

.fp-configurator .picker--focused .picker__day--highlighted, .fp-configurator .picker__day--highlighted:hover {
    cursor: pointer;
    color: #fff;
    background: #357CA1;
}

.picker__list {
    margin: 0px;
    padding: 0px;
}

.picker__list-item {
    list-style-type: none;
    padding: 10px;
    border-bottom: 1px solid rgba(56, 164, 200, 0.23)
}

.picker__list-item:hover {
    list-style-type: none;
    padding: 10px;
    background-color: #357CA1;
    color: #fff;
    transition: all ease-in-out 0.3s;
    border-radius: 4px;
    padding-left: 10px;
}

.fp-configurator .picker--focused .picker__day--disabled, .fp-configurator .picker__day--disabled, .fp-configurator .picker__day--disabled:hover {
    background-color: transparent;
    background: transparent;
    border-color: transparent;
}

.fp-configurator select.picker__select--month, .fp-configurator select.picker__select--year {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
}

.fp-configurator .picker__button--clear:hover, .fp-configurator .picker__button--close:hover, .fp-configurator .picker__button--today:hover {
    cursor: pointer;
    color: #FFF;
    background: #245F85;
    border-bottom-color: #1C4967;
}

.singleselect.option-btn, .multiselect {
    width: auto;
}

.singleselect.option-btn .has-error .error, .multiselect .has-error .error, .upload .has-error .error {
    width: auto;
    border-radius: 4px;
    margin-top: 7px;
}

.form-group.has-feedback.has-error .checkbox-inline {
    color: #5F6E7D;
}

input[type=checkbox], input[type=radio] {
    margin: 1px 0 0;
}


/* ---------------------------
    FLIGHT FIELDS DROPDOWN
---------------------------*/

div.fp-configurator div[class*="tt-dataset-"] {
    background-color: #fff;
    margin: 10px 0 0 -13px;
    border: 0px solid #ccc;
    min-width: 300px;
    padding: 0 15px;
    border-radius: 4px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    box-shadow: 0 6px 18px 1px rgba(0, 0, 0, .35);
}

.fp-configurator .bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 6px;
    cursor: pointer;
    font-size: 1.5em;
    margin: -3px 0;
}

.tt-suggestion.tt-cursor, .tt-suggestion:hover {
    color: #fff;
    background-color: #357CA1;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
}

.tag.label {
    display: inline;
    padding: 0.3em .6em .25em;
    font-size: 0.875em;
    font-weight: 600;
    line-height: 0;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    margin-top: 6px;
    overflow: hidden !important;
    height: 30px !important;
    line-height: 24px !important;
    margin-left: -6px;
}

.has-error .error {
    font-size: 0.875em;
    font-weight: 600;
    background: #C63C38;
    padding: 5px 15px 7px;
    text-shadow: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #fff !important;
    margin-top: -3px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}


/* ---------------------------
    TOOLTIPS
---------------------------*/

.tooltip {
    font-size: 14px;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #37A1C6;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #37A1C6;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #37A1C6;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #37A1C6;
}

.tooltip-inner {
    max-width: 200px;
    min-width: 200px;
    padding: 7.5px 10px;
    color: #fff;
    text-align: left;
    background-color: #37A1C6;
    border-radius: 4px;
    text-shadow: none;
    letter-spacing: 0px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    opacity: 1;
}

.btn i.fa.fa-check.order {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 0px;
    margin-left: 20px;
    padding-left: 20px;
    line-height: 48px;
    font-size: 36px;
    padding-right: 0px;
    margin-right: 0px;

}

.tooltip-help {
    /*padding:0 10px 0 15px; */
    font-size: 112.5%;
}

.tooltip-help i {
    padding: 10px 15px;
    margin: -10px 0px;
}


/* ---------------------------
    POPOVER
---------------------------*/

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    /*max-width: 276px;*/
    max-width: 320px;
    padding: 0px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #E9F7FF;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #E9F7FF;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    line-break: auto;
    border: 0px !important
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #37A1C6 !important;
    border-right-color: rgba(0, 0, 0, .15);
    border-left-width: 0;
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #37A1C6 !important;
    border-bottom-color: rgba(0, 0, 0, .15);
}

h3.popover-title {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #37A1C6 !important;
    border-bottom: 1px solid #2d83a1;
    border-radius: 5px 0 0 0 !important;
    color: #fff;
    font-weight: 600;
    height: 30px;
    letter-spacing: -0.25px;
}

.popover h3:after {
    position: absolute;
    content: "";
    background-color: #E9F7FF !important;
    height: 0px;
    width: 0px;
    bottom: 0px;
    left: 0px;
}

.popover-close {
    padding: 2px 0 5px 10px !important;
    margin: 0;
    font-size: 18px !important;
    background-color: #37A1C6 !important;
    border-bottom: 1px solid #2d83a1;
    border-radius: 0px 5px 0 0 !important;
    color: #fff !important;
    display: inline-block;
    height: 30px;
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #37A1C6 !important;
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #E9F7FF;
    border-left-width: 0;
}

.fp-configurator .popover-title, .fp-configurator .popover-close {
    display: table-cell;
    width: 100%;
}

.fp-configurator .popover-close {
    padding-right: 15px !important;
}


/* ---------------------------
    STATUSBAR
---------------------------*/

.statusbar {
    background: #337AA1;
    padding: 15px;
    margin-bottom: 15px;
    border-bottom: 0px solid #357192;
    color: #fff;
    /*
    background: #ea8a1c; 
    background: -moz-linear-gradient(left, #ea8a1c 0%, #ffa844 100%); 
    background: -webkit-linear-gradient(left, #ea8a1c 0%,#ffa844 100%); 
    background: linear-gradient(to right, #ea8a1c 0%,#ffa844 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea8a1c', endColorstr='#ffa844',GradientType=1 );*/
    
    margin-top: -18px;
    /*margin-top: -40px;*/
}

.status-text {
    margin: 20px 0 0;
    height: 30px;
    line-height: 30px;
    font-size: 1.125em;
    font-weight: 700;
    text-align: left;
}

.progress {
    height: 30px;
    margin: 15px 0px 0px;
    overflow: hidden;
    background-color: rgba(43, 76, 110, 0.3);
    border-radius: 30px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
    padding: 5px;
    border-radius: 8px;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #2C4D6F;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    border-radius: 5px;
    background: #3ba4bf;
    /* Old browsers */
    background: -moz-linear-gradient(left, #3ba4bf 0%, #6fcce4 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #3ba4bf 0%, #6fcce4 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #3ba4bf 0%, #6fcce4 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3ba4bf', endColorstr='#6fcce4', GradientType=1);
}

.form-group .progress {
    background-color: #f2f2f2;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    border: 1px solid #DCDCDC;
}

.status-section {
    float: left;
    text-align: center;
}

.status-section i {
    font-size: 2.25em;
    font-weight: 300;
    margin-right: 15px;
    margin-top: 3px;
}

.status-section small {
    font-size: 0.75em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.status-section.date {
    margin-left: 40px;
    padding-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.status-section i.fa.fa-angle-right {
    font-size: 3em;
    margin-top: -5px;
    margin-left: 25px;
}

.status-section h5 {
    font-size: 1.25em;
    text-transform: uppercase;
    color: #fff;
    margin: 0px 0px -3px;
    font-weight: 700;
}

.statusbar .col-xs-3, .statusbar .col-xs-4, .statusbar .col-xs-8, .statusbar .col-xs-12 {
    text-align: left !important;
}

.statusbar .col-xs-3.flight {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.hide-on-mobile {
    display: block;
}

.show-on-mobile {
    display: none;
}


/* ---------------------------
    TRUST ELEMENTS
---------------------------*/

.trustedshops {
    background: transparent url("../images/trustedshops.png") no-repeat top left;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    top: 0;
}
.ssl-secure{
    width: 100%;
    text-align: right;
    font-size: 0.875em;
    color: #8091A2;
}
.ssl-secure i{
    font-size: 1em;
}


/* ---------------------------
    ERROR STYLES
---------------------------*/

.error-404 {
    color: #fff;
    min-height: 10em;
    display: table-cell;
    vertical-align: middle;
    padding: 30px !important;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding-top: 20% !important;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}

.error-404 h1 {
    color: #fff;
    letter-spacing: -2px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 7.5em;
    font-family: 'Open Sans Condensed', Helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    margin-top: -20px;
}

.error-404 h2 {
    color: #fff;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 3.5em;
    font-family: 'Open Sans Condensed', Helvetica, sans-serif;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    margin-top: -10px;
}

.error-404 p {
    font-size: 1.25em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    padding-top: 10px;
}

.error-svg {
    background: transparent url("../images/PaperPlane.svg") no-repeat center center;
    width: 100%;
    height: 300px;
}

.claim-successful {
    background: transparent url("../images/ClaimSuccessful.svg") no-repeat center center;
    width: 100%;
    height: 300px;
}

.claim-notfound {
    background: transparent url("../images/ClaimNotFound.svg") no-repeat center center;
    width: 100%;
    height: 300px;
}

.claim-noUserRights {
    background: transparent url("../images/NoRights.svg") no-repeat center center;
    width: 100%;
    height: 300px;
}


/* ---------------------------
    THE TOASTR.JS STYLES
---------------------------*/

#toast-container > div {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.65);
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.65);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.65);
    color: #ffffff;
    opacity: 0.93;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=93);
    filter: alpha(opacity=93);
}

#toast-container >:hover {
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.65);
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.65);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.65);
    opacity: 1;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer;
}

#toast-container > .toast-info {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDQ0Mi43NjEgNDQyLjc2MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDQyLjc2MSA0NDIuNzYyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTIzNy4wODEsMzEuNjE3Yy0xMTMuNTk0LDAtMjA1LjY3OSw4NC45Ni0yMDUuNjc5LDE4OS43NjRjMCwyOC40NzMsNi44MDksNTUuNDczLDE4Ljk4Niw3OS43MTFMMS43MzUsMzg5LjA2NCAgIGMtMi43MDQsNC44ODctMi4yMTUsMTAuOTE2LDEuMjM5LDE1LjMwN2MyLjY3MiwzLjM5Niw2LjcyMiw1LjI5OSwxMC45MTEsNS4yOTljMS4yMjMsMCwyLjQ1Ny0wLjE2MiwzLjY3NC0wLjQ5NmwxMDYuNTA1LTI5LjIzNCAgIGMzMi40MzQsMTkuNzE5LDcxLjI2OSwzMS4yMDUsMTEzLjAxNiwzMS4yMDVjMTEzLjU5NSwwLDIwNS42ODEtODQuOTU5LDIwNS42ODEtMTg5Ljc2NCAgIEM0NDIuNzYxLDExNi41NzcsMzUwLjY3NCwzMS42MTcsMjM3LjA4MSwzMS42MTd6IE0yMzYuODAxLDEyNi43ODFjMTEuMjI3LDAsMjAuMzU3LDkuMTMyLDIwLjM1NywyMC4zNTcgICBjMCwxMS4yMjYtOS4xMzIsMjAuMzU4LTIwLjM1NywyMC4zNThjLTExLjIyNSwwLTIwLjM1Ny05LjEzMi0yMC4zNTctMjAuMzU4QzIxNi40NDMsMTM1LjkxNCwyMjUuNTc2LDEyNi43ODEsMjM2LjgwMSwxMjYuNzgxeiAgICBNMjU3LjU3MywyOTcuNDgxYzAsMTAuMi04LjI5OSwxOC41LTE4LjUsMTguNXMtMTguNS04LjMtMTguNS0xOC41di04Ny40NjdoLTE5LjM4NWMtOC44MzYsMC0xNi03LjE2NC0xNi0xNnM3LjE2NC0xNiwxNi0xNiAgIGgzNy4yMjljMC4yMTktMC4wMDgsMC40MzQtMC4wMzMsMC42NTUtMC4wMzNjMTAuMjAxLDAsMTguNSw4LjI5OSwxOC41LDE4LjVMMjU3LjU3MywyOTcuNDgxTDI1Ny41NzMsMjk3LjQ4MXoiIGZpbGw9IiNGRkZGRkYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K) !important;
    background-size: 24px 24px;
}

#toast-container > .toast-error {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDEyMy45OTYgMTIzLjk5NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIzLjk5NiAxMjMuOTk2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTkuODIxLDExOC4wNDhoMTA0LjRjNy4zLDAsMTItNy43LDguNy0xNC4ybC01Mi4yLTkyLjVjLTMuNjAxLTcuMTk5LTEzLjktNy4xOTktMTcuNSwwbC01Mi4yLDkyLjUgICBDLTIuMTc5LDExMC4zNDgsMi41MjEsMTE4LjA0OCw5LjgyMSwxMTguMDQ4eiBNNzAuMjIyLDk2LjU0OGMwLDQuOC0zLjUsOC41LTguNSw4LjVzLTguNS0zLjctOC41LTguNXYtMC4yYzAtNC44LDMuNS04LjUsOC41LTguNSAgIHM4LjUsMy43LDguNSw4LjVWOTYuNTQ4eiBNNTcuMTIxLDM0LjA0OGg5LjgwMWMyLjY5OSwwLDQuMywyLjMsNCw1LjJsLTQuMzAxLDM3LjZjLTAuMywyLjctMi4xLDQuNC00LjYsNC40cy00LjMtMS43LTQuNi00LjQgICBsLTQuMzAxLTM3LjZDNTIuODIxLDM2LjM0OCw1NC40MjIsMzQuMDQ4LDU3LjEyMSwzNC4wNDh6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==) !important;
    background-size: 24px 24px;
    top: 0px;
}

#toast-container > .toast-success {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDQxNS41ODIgNDE1LjU4MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDE1LjU4MiA0MTUuNTgyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTQxMS40Nyw5Ni40MjZsLTQ2LjMxOS00Ni4zMmMtNS40ODItNS40ODItMTQuMzcxLTUuNDgyLTE5Ljg1MywwTDE1Mi4zNDgsMjQzLjA1OGwtODIuMDY2LTgyLjA2NCAgIGMtNS40OC01LjQ4Mi0xNC4zNy01LjQ4Mi0xOS44NTEsMGwtNDYuMzE5LDQ2LjMyYy01LjQ4Miw1LjQ4MS01LjQ4MiwxNC4zNywwLDE5Ljg1MmwxMzguMzExLDEzOC4zMSAgIGMyLjc0MSwyLjc0Miw2LjMzNCw0LjExMiw5LjkyNiw0LjExMmMzLjU5MywwLDcuMTg2LTEuMzcsOS45MjYtNC4xMTJMNDExLjQ3LDExNi4yNzdjMi42MzMtMi42MzIsNC4xMTEtNi4yMDMsNC4xMTEtOS45MjUgICBDNDE1LjU4MiwxMDIuNjI4LDQxNC4xMDMsOTkuMDU5LDQxMS40Nyw5Ni40MjZ6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==) !important;
    background-size: 24px 24px;
}

#toast-container > .toast-warning {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDEyMy45OTYgMTIzLjk5NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIzLjk5NiAxMjMuOTk2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTkuODIxLDExOC4wNDhoMTA0LjRjNy4zLDAsMTItNy43LDguNy0xNC4ybC01Mi4yLTkyLjVjLTMuNjAxLTcuMTk5LTEzLjktNy4xOTktMTcuNSwwbC01Mi4yLDkyLjUgICBDLTIuMTc5LDExMC4zNDgsMi41MjEsMTE4LjA0OCw5LjgyMSwxMTguMDQ4eiBNNzAuMjIyLDk2LjU0OGMwLDQuOC0zLjUsOC41LTguNSw4LjVzLTguNS0zLjctOC41LTguNXYtMC4yYzAtNC44LDMuNS04LjUsOC41LTguNSAgIHM4LjUsMy43LDguNSw4LjVWOTYuNTQ4eiBNNTcuMTIxLDM0LjA0OGg5LjgwMWMyLjY5OSwwLDQuMywyLjMsNCw1LjJsLTQuMzAxLDM3LjZjLTAuMywyLjctMi4xLDQuNC00LjYsNC40cy00LjMtMS43LTQuNi00LjQgICBsLTQuMzAxLTM3LjZDNTIuODIxLDM2LjM0OCw1NC40MjIsMzQuMDQ4LDU3LjEyMSwzNC4wNDh6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==) !important;
    background-size: 24px 24px;
}


/* ---------------------------
    AGB / PRIVACY MODAL
---------------------------*/

.modal-dialog.agb .modal-header {
    background-color: #3892B4;
    /*rgba(29,65,101,1);*/
    border: 0px;
    color: #fff !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.modal-dialog.agb .modal-title {
    color: #fff !important;
}

.modal-dialog.agb .modal-body {
    padding: 20px 60px !important;
}

.modal-dialog.agb h1.p1, .modal-dialog.agb h1.p1 .s1, .modal-dialog.agb h2.p1, .modal-dialog.agb h2.p1 .s1 {
    color: #333 !important;
    font-weight: 700 !important;
}

.modal-dialog.agb h4 {
    padding-bottom: 0px;
}

.modal-dialog.agb p.p1, .modal-dialog.agb p.p2, .modal-dialog.agb p.p3, .modal-dialog.agb p.p4 {
    line-height: 18px !important;
    margin: 20px 0 30px;
}

#fp-tac-modal * .modal-dialog.agb,
#fp-recall-modal * .modal-dialog.agb {
    color: #333 !important;
}

.modal-dialog.agb table {
    border-spacing: 5px;
    border-collapse: inherit;
    width: 100%;
}

.modal-dialog.agb .btn.btn-warning, .modal-dialog.agb .btn.btn-warning i {
    color: #fff !important;
}

.modal-dialog.agb h4 {
    padding-bottom: 20px !important;
}

.modal-dialog.agb h4.modal-title {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
/* ---------------------------
    FLIGHT OVERVIEW
---------------------------*/
.fa.fa-chevron-right.flight-overview{
    padding: 0px 10px;
}

/* ---------------------------
    FLIGHT PROBLEM BOXES
---------------------------*/
a.p-box {
    text-decoration: none !important;
}
div.p-box-outer{
    height: 100%;
    width: 100%;
    display: table;
    margin-bottom: 25px;
}
div.p-box-left{
    float: left;
    width: 90%;
}

a.question{
    background: #44bede;
    color: #fff;
    font-size: 2em;
    float: left;
    width: 10%;
    height: 100%;
    display: table;
    /*display: table-cell;*/
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    vertical-align: center;
    transition: 0.25s ease-in-out;
}
a.question:hover{
    background: #3893b4;
    color: #fff;
}
@media screen and (max-width: 659px){
    a.question{
        font-size: 1.5em;
    }
}
a.question .center{
    margin: auto;
    padding-top: 7px;
}
a.p-box .p-group{
    border-radius: 5px;
    border: 1px solid #eee;
    background: #fff;
    padding: 15px 20px 10px 25px;
    text-decoration: none !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: 0px;

    transition: all 0.25s ease-in-out;
}
.p-heading{
    font-weight: 600;
    font-size: 1.25em;
    text-decoration: none !important;
    letter-spacing: -0.5px;
    margin-bottom: 7.5px;
    color: #4A6F86;
}
.p-heading i{
    margin-right: 10px;
    color: #44bede;
    font-size: 1.25em;
}
.p-text{
    font-size: 0.875em;
    text-decoration: none !important;
    color: #4A6F86;
    border-top: 1px solid #eee;
    padding: 15px 0 5px;
}
a.p-box .p-group:hover,
a.p-box.active .p-group{
    background: #337AA1;
    border: 1px solid #337AA1;
    padding: 15px 20px 10px 25px;
    color: #fff !important;
    border: 1px solid #337AA1;
    border-left: 15px solid #44bede;
    -moz-box-shadow:    inset 0 0 15px rgba(0,0,0,0.20);
   -webkit-box-shadow: inset 0 0 15px rgba(0,0,0,0.20);
   box-shadow:         inset 0 0 15px rgba(0,0,0,0.20);
}
a.p-box:hover .p-heading,
a.p-box:hover .p-text,
a.p-box.active .p-heading,
a.p-box.active .p-text{
    color: #fff;
}
a.p-box:hover .p-heading i.fa.fa-plane:before,
a.p-box:hover .p-heading i.fa.fa-clock-o:before,
a.p-box:hover .p-heading i.fa.fa-group:before,
a.p-box:hover .p-heading i.fa.fa-ban:before,
a.p-box:hover .p-heading i.fa.fa-mail-forward:before,
a.p-box:hover .p-heading i.fa.fa-history:before,

a.p-box.active .p-heading i.fa.fa-plane:before,
a.p-box.active .p-heading i.fa.fa-clock-o:before,
a.p-box.active .p-heading i.fa.fa-group:before,
a.p-box.active .p-heading i.fa.fa-ban:before,
a.p-box.active .p-heading i.fa.fa-mail-forward:before,
a.p-box.active .p-heading i.fa.fa-history:before{
    content: "\f00c";
}
a.p-box .arrow-right{
    width: 0; 
    height: 0; 
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid rgba(68,190,222,0);
    position: absolute;
    margin-left: -27.5px;
    margin-top: -2px;
    transition: all 0.25s ease-in-out;
}
a.p-box:hover .arrow-right,
a.p-box.active .arrow-right {
    display: inline-block;
    width: 0; 
    height: 0; 
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid rgba(68,190,222,1);
    position: absolute;
    margin-left: -27.5px;
    margin-top: -2px;
}

.distance:before{
    font-family: 'FontAwesome';
    content: "\f175";
    display: inline-block;
    font-size: 2em;
}


/* ---------------------------
    THE MOBILE STUFF
---------------------------*/


/* PHONES <= iPhone 5 */

@media screen and (max-width: 320px) {
    .statusbar {
        padding: 10px 15px;
    }
    .statusbar .col-xs-3, .statusbar .col-xs-4, .statusbar .col-xs-8, .statusbar .col-xs-12 {
        padding: 0px;
        text-align: center !important;
    }
    .status-section {
        float: none;
        display: inline-block;
        ;
    }
    .statusbar .col-xs-3.flight {
        text-align: left !important;
        border-right: 0px solid rgba(255, 255, 255, 0.3);
    }
    .status-section small {
        display: none;
    }
    .status-section i.fa.fa-plane {
        font-size: 0.65em;
        margin: 0px;
        padding: 0px;
    }
    .status-section i.fa.fa-angle-right {
        font-size: 0.875em;
        margin: 0px;
        padding: 0px;
    }
    .status-section h5 {
        font-size: 0.64em;
    }
    .statusbar p.status-text {
        font-size: 0.75em;
        display: none;
    }
    .progress {
        height: 24px;
        margin: 10px 0px 0px;
        overflow: hidden;
        background-color: rgba(43, 76, 110, 0.3);
        border-radius: 30px;
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
        padding: 4px;
        border-radius: 8px;
    }
    .progress-bar {
        font-size: 12px;
        line-height: 17px;
    }
    .list-group-item {
        font-size: 0.875em;
    }
    .btn-pagebreak .btn-warning {
        position: relative;
        top: 0px;
    }
    #fp-btn-back {
        margin-top: 15px;
        position: relative;
        top: 0px;
    }
    .hide-on-mobile {
        display: none;
    }
    .show-on-mobile {
        display: block;
    }
    .noColPaddingMobile {
        padding-left: 0px;
        padding-right: 0px;
    }
    .btn-lg small {
        font-size: 65%;
    }
    .badge {
        padding: 12px 10px;
        font-size: 0.875em;
    }
    h5.overview {
        font-size: 0.875em;
    }
    h4{
        font-size: 1em;
    }
     .claim h1{
        font-size: 3.5em;
    }
    .status-section h5 {
        margin: 0px 3px -3px;
    } 
    .overview-text .bg-overview,
    .bg-overview{
        font-size: 0.875em;
    }
    .form-horizontal .checkbox-inline{
        font-size: 0.875em;
        text-align: left;
    }
    .header-phone{
        font-size: 0.75em;
    }
    .btn{
        font-size: 1em;
    }
    .overview div{
        padding-top: 0px;
    }
}


/* PHONES <= iPhone 6 */

@media screen and (min-width: 321px) and (max-width: 400px) {
    .statusbar {
        padding: 10px 15px;
    }
    .statusbar .col-xs-3, .statusbar .col-xs-4, .statusbar .col-xs-8, .statusbar .col-xs-12 {
        padding: 0px;
        text-align: center !important;
    }
    .status-section {
        float: none;
        display: inline-block;
        ;
    }
    .statusbar .col-xs-3.flight {
        text-align: left !important;
        border-right: 0px solid rgba(255, 255, 255, 0.3);
    }
    .statusbar .status-section .col-xs-3 {
        text-align: left;
    }
    .status-section small {
        display: none;
    }
    .status-section i.fa.fa-plane {
        font-size: 0.65em;
    }
    .status-section i.fa.fa-angle-right {
        font-size: 0.875em;
        margin: 0px;
        padding: 0px;
    }
    .status-section h5 {
        font-size: 0.65em;
    }
    .statusbar p.status-text {
        font-size: 0.875em;
        display: none;
    }
    .progress {
        height: 24px;
        margin: 10px 0px 0px;
        overflow: hidden;
        background-color: rgba(43, 76, 110, 0.3);
        border-radius: 30px;
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
        padding: 4px;
        border-radius: 8px;
    }
    .progress-bar {
        font-size: 12px;
        line-height: 17px;
    }
    .list-group-item {
        font-size: 0.875em;
    }
    .hide-on-mobile {
        display: none;
    }
    .show-on-mobile {
        display: block;
    }
    .noColPaddingMobile {
        padding-left: 0px;
        padding-right: 0px;
    }
    .claim h1{
        font-size: 3.5em;
    }
    .status-section h5 {
        margin: 0px 3px -3px;
    } 
}

@media screen and (max-width: 340px) {
    .btn-group .btn {
        padding: 10px 34px;
    }
    .input-lg, .form-control {
        font-size: 0.875em;
    }
    .hide-on-mobile {
        display: none;
    }
    .jumbotron p {
        font-size: 0.875em;
    }
     .p-heading{
        font-size: 0.875em;
    }
}
@media screen and (max-width: 374px){
    .tabs-style-circle > div > ul > li .fa-plane:before, .tabs-style-circle > div > ul > li .fa-bank:before, .tabs-style-circle > div > ul > li .fa-file-text-o:before {
        display: inline-block;
        margin: 0px 0px 0px 0px;
        pointer-events: none;
        text-decoration: none;
        line-height: 1;
        display: none;
    }
    .tabs-style-circle > div > ul > li .fa:before{
        display: none;
    }
    .tabs div.nav ul li {
        text-align: center;
        padding-left: 0px !important;
    }
}
@media screen and (width: 375px){
    .status-section i.fa.fa-plane, .status-section i.fa.fa-angle-right {
        font-size: 0.875em;
        margin: 0px;
        padding: 0px 5px;
    }
    .status-section h5 {
        font-size: 0.875em;
    }
    .tabs-style-circle > div > ul > li .fa-plane:before, .tabs-style-circle > div > ul > li .fa-bank:before, .tabs-style-circle > div > ul > li .fa-file-text-o:before {
        display: inline-block;
        margin: 0px 3px 0px 0px;
    }
    .p-heading{
        font-size: 0.875em;
    }
}
@media screen and (max-width: 400px) {
    .status.four-steps .text-padding-mobile {
        padding-top: 10px;
    }
    p.headline {
        font-size: 1em;
    }
    .claim h4 {
        font-size: 1.125em;
    }
    .hide-on-mobile {
        display: none;
    }
    .show-on-mobile {
        display: block;
    }
    .list-group.factoring .list-group-item {
        border: 0px;
        background: #fff;
        font-weight: 400 !important;
        padding: 5px 10px 5px 10px;
    }
    h4.factoring-headline {
        font-size: 1.5em;
        font-weight: 400;
    }
    h4.factoring-headline b {
        font-size: 0.65em;
    }
    .list-group-item i {
        margin-right: 10px;
        color: #44bede;
        font-size: 1.5em;
        height: 40px;
        float: left;
    }
    h4.factoring-headline {
        line-height: 32px;
    }
    h4.factoring-headline small {
        line-height: 36px;
    }
    .noColPaddingMobile {
        padding-left: 0px;
        padding-right: 0px;
    }
    .btn i.fa.fa-check.order {
        border-left: 0px solid rgba(255, 255, 255, 0.5);
        border-right: 0px;
        margin-left: 0px;
        padding-left: 10px;
    }
    .tabs div.nav ul li{
        padding-left: 12px;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 0px; 
    }
    .noPaddingLeft {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .noPaddingRight {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    div.p-box-outer {
        margin-bottom: 15px;
    }
     .p-heading{
        font-size: 0.875em;
    }

}

@media screen and (min-width: 401px) and (max-width: 414px) {
    h4 {
        font-size: 20px;
    }
    .status.four-steps {
        line-height: 42px;
    }
    .status.four-steps .text-padding-mobile {
        padding-top: 0px;
    }
    /* HEAD STATUSBAR */
    .statusbar {
        padding: 15px 15px;
    }
    .statusbar .col-xs-3, .statusbar .col-xs-4, .statusbar .col-xs-8, .statusbar .col-xs-12 {
        padding: 0px;
        text-align: center !important;
    }
    .status-section {
        float: none;
        display: inline-block;
        ;
    }
    .statusbar .col-xs-3.flight {
        text-align: left !important;
        border-right: 0px solid rgba(255, 255, 255, 0.3);
    }
    .statusbar .status-section .col-xs-3 {
        text-align: left;
    }
    .status-section small {
        display: none;
    }
    .status-section i.fa.fa-plane, .status-section i.fa.fa-angle-right {
        font-size: 0.975em;
        margin: 0px;
        padding: 0px 5px;
    }
    .status-section h5 {
        font-size: 0.975em;
    }
    .statusbar p.status-text {
        font-size: 0.875em;
        display: none;
    }
    .progress {
        height: 24px;
        margin: 10px 0px 0px;
        overflow: hidden;
        background-color: rgba(43, 76, 110, 0.3);
        border-radius: 30px;
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
        padding: 4px;
        border-radius: 8px;
    }
    .progress-bar {
        font-size: 12px;
        line-height: 17px;
    }
    .list-group-item {
        font-size: 0.875em;
    }
    .hide-on-mobile {
        display: none;
    }
    .list-group.factoring .list-group-item {
        margin: 4px 15px;
        padding: 5px 10px 5px 15px;
    }
    .list-group-item i {
        margin-right: 10px;
        color: #44bede;
        font-size: 1.5em;
        height: 40px;
        float: left;
    }
    h4.factoring-headline {
        font-size: 1.5em;
        font-weight: 400;
        line-height: 32px;
    }
    h4.factoring-headline small {
        line-height: 36px;
    }
    .noColPaddingMobile {
        padding-left: 0px;
        padding-right: 0px;
    }
    .tabs div.nav ul li{
        padding-left: 13px !important;
    }
    .tabs-style-circle > div > ul > li .fa-plane:before, .tabs-style-circle > div > ul > li .fa-bank:before, .tabs-style-circle > div > ul > li .fa-file-text-o:before {
    display: inline-block;
    margin: 0px 0px 0px 0px;
}
.noPaddingLeft {
        padding-left: 0px;
    }
    .noPaddingRight {
        padding-right: 0px;
    }
}

@media screen and (min-width: 415px) and (max-width: 659px) {
    .statusbar .col-xs-3, .statusbar .col-xs-4, .statusbar .col-xs-8, .statusbar .col-xs-12 {
        padding: 0px;
        text-align: center !important;
    }
    .status.four-steps {
        line-height: 42px;
    }
    .status.four-steps .text-padding-mobile {
        padding-top: 0px;
    }
    /* HEAD STATUSBAR */
    .statusbar {
        padding: 15px 15px;
    }
    .statusbar .col-xs-3, .statusbar .col-xs-4, .statusbar .col-xs-8, .statusbar .col-xs-12 {
        padding: 0px;
        text-align: center !important;
    }
    .status-section {
        float: none;
        display: inline-block;
        ;
    }
    .statusbar .col-xs-3.flight {
        text-align: left !important;
        border-right: 1px solid rgba(255, 255, 255, 0.3);
    }
    .statusbar .status-section .col-xs-3 {
        text-align: center;
    }
    .status-section small {
        display: none;
    }
    .status-section i.fa.fa-plane, .status-section i.fa.fa-angle-right {
        font-size: 1em;
        margin: 0px;
        padding: 0px;
    }
    .status-section h5 {
        font-size: 1em;
    }
    .statusbar p.status-text {
        font-size: 0.875em;
        display: none;
    }
    .progress {
        height: 24px;
        margin: 10px 0px 0px;
        overflow: hidden;
        background-color: rgba(43, 76, 110, 0.3);
        border-radius: 30px;
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
        padding: 4px;
        border-radius: 8px;
    }
    .progress-bar {
        font-size: 12px;
        line-height: 17px;
    }
    .hide-on-mobile {
        display: none;
    }
    .noPaddingLeft {
        padding-left: 0px;
    }
    .noPaddingRight {
        padding-right: 0px;
    }
    div.p-box-outer {
        margin-bottom: 15px;
    }
    .p-heading{
        font-size: 1em;
    }
}

@media screen and (max-width: 767px) {
    .statusbar .col-xs-3, .statusbar .col-xs-4, .statusbar .col-xs-8, .statusbar .col-xs-12 {
        padding: 0px;
        text-align: center !important;
    }
    html {
        padding-bottom: 450px;
    }
    .share span {
        font-size: 0.875em;
    }
    .status {
        margin: 7px 0;
        height: auto;
    }
    .status:after, .status.ok:after {
        bottom: -3px;
        left: 50%;
        margin-left: -10px;
    }
    .status.four-steps {
        text-align: left;
        height: 60px;
    }
    .btn-red {
        margin-top: 15px;
    }
    .jumbotron {
        padding-bottom: 160px;
        border-radius: 4px !important;
    }
    .jumbotron.noBottomPadding {
        padding-bottom: 30px;
    }
    .btn-pagebreak {
        margin-top: -160px;
        padding: 0 15px;
    }
    .btn-pagebreak .btn-warning {
        position: relative;
        top: -69px;
    }
    #fp-btn-back {
        margin-top: 15px;
        position: relative;
        top: 54px;
    }
    .btn-pagebreak.noback .btn-pagebreak, .btn-pagebreak.noback .btn-warning {
        top: 0px;
    }
    .footer {
        height: 450px;
    }
    .hideOnSmallDevices {
        display: none;
    }
    .container {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }
    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
        margin-right: 0px;
        margin-left: 0px;
    }
    .footer .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    /*.fp-configurator .picker__box {
        background: #082435;
        border: 1px solid #082435;
    }*/
    .fp-configurator .picker__button--clear, .fp-configurator .picker__button--close, .fp-configurator .picker__button--today {
        font-size: .6em;
        width: 30%;
    }
    .fp-configurator .picker__select--month, .fp-configurator .picker__select--year {
        font-size: 0.65em;
    }
    .btn i {
        margin-right: 0px;
        /*margin-left: -10px;*/
        font-size: 1.125em;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        line-height: 32px;
        border-left: 0px solid rgba(255, 255, 255, 0.5);
        padding-left: 0px;
        border-right: 0px solid rgba(255, 255, 255, 0.5);
    }
    #fp-btn-back i {
        margin-right: 0px;
        margin-left: 0px;
        font-size: 1.125em;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        line-height: 32px;
        border-left: 0px solid rgba(255, 255, 255, 0.5);
        padding-left: 0px;
        border-right: 0px solid #ccc;
        padding-right: 15px;
    }
    .nav-back i {
        font-size: 2em;
        color: #fff;
        padding: 10px 15px 10px 15px;
        float: left;
    }
    .statusbar p.status-text {
        display: none;
    }
    .col-xs-12.options-left, .col-xs-12.options-right {
        padding: 0px;
    }
    .btn.btn-danger.cloneable_delete {
        margin-top: 10px;
    }
    .tabs-style-circle div.nav a span {
        font-size: 0.875em;
    }
    .tabs-style-circle > div > ul > li .fa:before {
        font-size: 1.25em;
    }
    .hide-on-mobile {
        display: none;
    }
    .show-on-mobile {
        display: block;
    }
    /* TOOLTIPS POPOVER */
    .tooltip-help i {
        padding: 0px 0px 0px 5px;
    }
    .popover-close {
        padding: 0px auto !important;
        margin: 0;
        font-size: 18px !important;
        background-color: #37A1C6 !important;
        border-bottom: 1px solid #2d83a1;
        border-radius: 0px 5px 0 0 !important;
        color: #fff !important;
        display: inline-block;
        width: 15%;
    }
    .list-group.member .list-group-item i {
        float: none;
        height: auto;
    }
    label {
        line-height: 130%;
    }
    h4.factoring-headline {
        font-weight: 600;
        font-size: 1.5em;
    }
    h4.factoring-headline i {
        font-size: 1.5em;
        margin: 20px 0 -15px;
        padding: 0;
        color: #44bede;
    }
    h2.factoring-h2 {
        text-align: center;
        margin: 15px 0 30px;
        padding: 0px;
        font-weight: 600;
        font-size: 1.125em;
    }
    a.btn.btn-back {
        margin-bottom: 25px;
    }
    a.btn-back.last {
        padding: 18px 30px;
        top: 0px !important;
    }
    .bg-overview {
        border-bottom: 0px solid #efefef;
    }
    .navbar-right {
        float: right;
    }
    .error-404 {
        padding-top: 30px !important;
    }
    .error-404 h1 {
        font-size: 4.5em;
        padding-top: 20px;
    }
    .error-404 h2 {
        margin-top: 10px;
        font-size: 3em;
    }
    .error-404 p {
        font-size: 1em;
    }
    .error-svg {
        height: 220px;
    }
    .btn:hover{
        -webkit-transition: none;
    }
    #fp-btn-back, a.btn-back{
        margin-right: 0px;
    }
    .form-horizontal .checkbox-inline{
        text-align: left;
    }
    .psg-cnt{
        display: none;
    }
    .noColPaddingMobile {
    padding-left: 0px;
    padding-right: 0px;
}
    /*.noPaddingLeft {
        padding-left: 0px;
        padding-right: 0px;
    }
    .noPaddingRight {
        padding-right: 15px;
        padding-left: 15px;
    }*/
    div.p-box-left{
        width: 87%;
    }
    a.question{
        width: 13%;
    }
}

@media screen and (max-width: 768px) {
    .form-control {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
        

    .col-xs-12.options-left, .col-xs-12.options-right {
        padding: 0px;
    }

    .hide-on-mobile {
        display: none;
    }

    .show-on-mobile {
        display: block;
    }

    .tabs-style-circle div.nav a {
        padding: 15px 0 21px;
    }
    .jumbotron.completed:after {
        content: "\f00c";
        color: #fff;
        position: absolute;
        right: 15px;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 1.75em;
        margin-top: -13px;
        background: #9BD055;
        border-radius: 6px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
        box-shadow: inset 2px 2px 3px rgba(0,0,0,0.1);
        padding: 8px 10px;
    }
    h4:after{
        margin-top: 36px;
        
    }

}

@media screen and (width: 768px) {
    .status {
        height: 125px;
    }
    .hide-on-mobile {
        display: none;
    }
    .show-on-mobile {
        display: block;
    }
    .noPaddingRight {
        margin-right: 15px;
    }
    .noPaddingLeft {
        margin-left: 0px;
    }
}

@media screen and (min-width: 768px) {
    .container .jumbotron, .container-fluid .jumbotron {
        /*margin-right: 60px;
        margin-left: 60px;*/
        padding: 15px 30px 100px;
    }
    .container .jumbotron.noBottomPadding, .container-fluid .jumbotron.noBottomPadding {
        /*margin-right: 60px;
        margin-left: 60px;*/
        padding: 15px 30px 30px;
    }
    h4 {
        font-size: 22px;
        letter-spacing: -0.5px;
        font-weight: 400;
        padding-bottom: 15px;
        font-weight: 600;
        /*margin-top: 30px;*/
    }
    .first {
        margin-top: inherit;
    }
    h5 {
        font-size: 16px;
    }
    .claim h1, .claim h1 small {
        font-weight: bold;
    }
    .overview-text {
        font-size: 1em;
        line-height: 1.25em;
    }
    .badge {
        background-color: #96B35C;
        padding: 12px 14px;
        font-size: 1.137.input-group-btn: last-child>.btn, .input-group-btn: last-child>.btn-group5em;
    }
    .btn, .btn:active, .btn:focus {
        /*font-size: 1em;*/
        width: auto;
        padding: 10px 20px;
    }
    .btn:hover {
        width: auto;
        /*padding-left: 27px;*/
    }
    .btn-pagebreak i {
        margin-left: 10px;
    }
    /*.claim{
        margin-left: 60px;
        margin-right: 60px;
        width: auto;
    }*/
    .btn i {
        /*padding-left: 5px;*/
    }
    .btn-pagebreak .btn i {
        padding-left: 15px;
    }
    .status {
        height: 125px;
    }
    .status:after, .status.ok:after {
        content: "";
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid rgb(148, 195, 222);
        position: absolute;
        bottom: 50%;
        margin-bottom: -10px;
        right: -4px;
    }
    .status.ok:after {
        border-left: 10px solid rgb(51, 122, 161);
    }
    .status.four-steps {
        margin: 7px 0;
        height: auto;
        text-align: left;
        line-height: 42px;
        font-size: 1em;
    }
    .status.four-steps:after, .status.four-steps.ok:after {
        content: "";
        width: 0;
        height: 0;
        border-top: 10px solid #6593AF;
        border-bottom: 10px solid transparent;
        border-left: 10px solid transparent;
        position: absolute;
        left: 50%;
        bottom: -3px;
        margin-left: -10px;
    }
    .status.four-steps.ok:after {
        border-top: 10px solid #1A4267;
    }
    .list-group.member {
        margin-bottom: 0px;
    }
    .list-group.member .list-group-item {
        padding: 7px 0px;
        font-weight: 400;
        background-color: transparent;
        border: 0px solid rgb(35, 98, 136);
        font-size: 1em;
    }
    .list-group.member .list-group-item i {
        font-size: 1.25em;
        width: 18px;
        text-align: center;
    }
    .tabs-style-circle div.nav li::before {
        margin: -51px 0 0 -50px;
        /*width: 100px;
        height: 100px;*/
    }
    div.nav {
        /*margin: 20px 0px 45px;*/
    }
    .tabs-style-circle > div > ul > li .fa:before {
        font-size: 1.75em;
    }
    .fp-configurator .date_col .picker__holder {
        min-width: 508px;
        max-width: 700px;
    }
    .fp-configurator .picker__button--clear:hover, .fp-configurator .picker__button--close:hover, .fp-configurator .picker__button--today:hover {
        cursor: pointer;
        color: #FFF;
        background: #357CA1;
        border-bottom-color: #1C4967;
    }
    .fp-configurator .picker__frame {
        padding: 2px;
    }
    .fp-configurator .picker__button--today[disabled]:before {
        border-top-color: #325C84;
    }
    .fp-configurator .picker__button--today[disabled], .fp-configurator .picker__button--today[disabled]:hover {
        background: #fff;
        border-color: #f2f2f2;
        color: #999;
        cursor: default;
    }
    .cloneable {
        margin-right: 15px;
    }
    .cloneable_delete:nth-of-type(2) {
        margin-left: 0px;
    }
    .fp-configurator .picker__holder {
        border: 1px solid #fff;
    }
    .navbar-right {
        float: right;
    }
    .psg-cnt{
        padding: 10px 10px 0px 0px !important; 
        float: left !important;
        text-align: left !important;
        height: 50px;
        font-size: 2.5em;
        font-weight: bold;
        color: #44BEDE;
    }
}

@media screen and (min-width:768px) and (max-width: 991px) {
    html {
        padding-bottom: 300px;
    }
    .footer {
        height: 300px;
    }
    .noPaddingRight {
        padding-right: 0px;
        padding-left: 15px;
    }
    .noPaddingLeft {
        padding-left: 15px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 991px) {
    .navbar-default {
        min-height: 50px;
    }
    body {
        padding-top: 70px;
    }
    .trusthead{
        display: none;
    }
    .hide-on-991{
        display: none;
    }
    .show-on-991{
        display: block;
    }
}

@media screen and (min-width: 992px) {
    .hide-on-991{
        display: block;
    }
    .show-on-991{
        display: none;
    }
    .hide-on-mobile {
        display: block;
    }
    .show-on-mobile {
        display: none;
    }
    .logo {
        background-size: 140px 27px;
        width: 140px;
        height: 27px;
    }
    .navbar-brand {
        padding: 20px 15px;
    }
    .nav-back i {
        font-size: 3em;
        color: #fff;
        padding: 10px 35px 10px 15px;
        float: left;
    }
    .trustedshops {
        background-size: 65px 65px;
        width: 65px;
        height: 65px;
        display: inline-block;
        top: 3px;
    }
    .header-phone {
        line-height: 67px;
    }
    .trusthead {
        font-size: 0.75em;
        color: #fff;
        font-weight: 600;
        display: inline-block;
        float: left;
        padding: 15px 0;
    }
    .trusthead span {
        line-height: 18px;
    }
    .trusthead i {
        color: #fff;
        margin-right: 8px;
        font-size: 1.75em;
        background: #3892B4;
        border-radius: 50%;
        padding: 9px 7px 0 9px;
        width: 40px;
        height: 40px;
    }
    .trusthead i.fa.fa-thumbs-o-up {
        padding: 9px 7px 0 10px;
    }
    .trusthead i.fa.fa-eur{
        padding: 10px 0 0px 12px;
    }
    .navbar-right {
        right: 15px;
        position: absolute;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .status-section h5 {
        font-size: 1.125em;
    }
    .trusthead span {
        line-height: 13px;
        font-size: 12px;
    }
    .trusthead i {
        width: 36px;
        height: 36px;
        font-size: 1.375em;
        padding: 8px;
    }
    .trusthead i.fa.fa-thumbs-o-up {
        padding: 8px 7px 0 10px;
    }
}

@media screen and (min-width: 1200px) {
    .status {
        height: 100px;
    }
    .statusbar {
        padding: 20px 15px;
    }
    .show-on-mobile {
        display: none;
    }
    .hide-on-mobile {
        display: block;
    }
    .btn-orange, .btn-warning,
    .btn-green, .btn-success, .btn-success:focus,
    .btn-danger{
        /*background-repeat: repeat-y;
        background-size: 100% 120px;
        background-position: 0 -30px;*/
    }
}

#fairplane-exit-form .error {
    position: relative;
}

#fairplane-exit-form .form-error {
    background: #e73637;
}

#fairplane-exit-form .form-success {
    background: green;
}

#fairplane-exit-form .form-error, #fairplane-exit-form .form-success {
    position: absolute;
    padding: 4px 8px 8px;
    border-radius: 5px;
    color: #fff;
    z-index: 99;
}

#fairplane-exit-form .form-error:before {
    border-bottom-color: #e73637 !important;
}

#fairplane-exit-form .form-success:before {
    border-bottom-color: green !important;
}

#fairplane-exit-form .form-error:before, #fairplane-exit-form .form-success:before {
    content: '';
    position: absolute;
    left: 15px;
    bottom: 100%;
    border: solid transparent;
    width: 0;
    height: 0;
    border-width: 5px;
    border-color: rgba(255, 255, 255, 0);
}

#fairplane-exit-form .calccontainer .calcform {
    max-width: 100%;
}

#fp-tac-modal *[class*="span"],
#fp-recall-modal *[class*="span"] {
    margin-left: 0px !important;
}

#fp-tac-modal #fpTacModalLabel,
#fp-recall-modal #fpRecallModalLabel {
    border: 0px;
    box-shadow: none;
    text-shadow: none;
}

#fp-tac-modal .wpb_row,
#fp-recall-modal .wpb_row {
    padding: 0px !important;
}

#fp-tac-modal .modal-body,
#fp-recall-modal .modal-body {
    padding: 20px;
    max-height: 500px;
    overflow: auto;
}

#fp-tac-modal .modal-body *,
#fp-recall-modal .modal-body * {
    font-size: 14px;
    line-height: 16px;
}

#fp-tac-modal .modal-body h1, #fp-tac-modal .modal-body h1 *,
#fp-recall-modal .modal-body h1, #fp-recall-modal .modal-body h1 * {
    font-size: 20px;
    line-height: 24px;
}

#fp-tac-modal .modal-body h2, #fp-tac-modal .modal-body h2 *, #fp-tac-modal .modal-body h3, #fp-tac-modal .modal-body h3 *, #fp-tac-modal .modal-body h4, #fp-tac-modal .modal-body h4 *,
#fp-recall-modal .modal-body h2, #fp-recall-modal .modal-body h2 *, #fp-recall-modal .modal-body h3, #fp-recall-modal .modal-body h3 *, #fp-recall-modal .modal-body h4, #fp-recall-modal .modal-body h4 * {
    font-size: 16px;
    line-height: 18px;
}

#fp-tac-modal *,
#fp-recall-modal * {
    color: #333;
}

#fp-tac-modal .btn-default,
#fp-recall-modal .btn-default {
    color: #fff;
}

#fp-tac-modal h4:after, #fp-tac-modal h3:after,
#fp-recall-modal h4:after, #fp-recall-modal h3:after {
    position: absolute;
    content: "";
    background-color: transparent !important;
    /*background-color: #C2D5DE;*/
    height: 0px !important;
    width: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
}

#fp-privacy-modal #fpPrivacyModalLabel {
    border: 0px;
    box-shadow: none;
    text-shadow: none;
}

#fp-privacy-modal *[class*="span"] {
    margin-left: 0px !important;
}

#fp-privacy-modal .wpb_row {
    padding: 0px !important;
}

#fp-privacy-modal .modal-body {
    padding: 20px;
    max-height: 500px;
    overflow: auto;
}

#fp-privacy-modal .modal-body * {
    font-size: 14px;
    line-height: 16px;
}

#fp-privacy-modal .modal-body h1, #fp-privacy-modal .modal-body h1 * {
    font-size: 20px;
    line-height: 24px;
}

#fp-privacy-modal .modal-body h2, #fp-privacy-modal .modal-body h2 *, #fp-privacy-modal .modal-body h3, #fp-privacy-modal .modal-body h3 *, #fp-privacy-modal .modal-body h4, #fp-privacy-modal .modal-body h4 * {
    font-size: 16px;
    line-height: 18px;
}

#fp-privacy-modal * {
    color: #333;
}

#fp-privacy-modal .btn-default {
    color: #fff;
}

#fp-privacy-modal h4:after, #fp-privacy-modal h3:after {
    position: absolute;
    content: "";
    background-color: transparent !important;
    /*background-color: #C2D5DE;*/
    height: 0px !important;
    width: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
}

#ouibounce-modal h4:after, #ouibounce-modal h3:after {
    position: absolute;
    content: "";
    background-color: transparent !important;
    /*background-color: #C2D5DE;*/
    height: 0px !important;
    width: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
}

#ouibounce-modal {
    font-family: 'Open Sans', sans-serif;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
}

div#ouibounce-modal * {
    box-sizing: border-box;
}

#ouibounce-modal .form-container {
    padding-right: 0px;
}

#ouibounce-modal .underlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
}

#ouibounce-modal .modal {
    max-width: 600px;
    max-height: 450px;
    background-color: #f0f1f2;
    z-index: 1;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 8px;
    -webkit-animation: popin 0.3s;
    animation: popin 0.3s;
}

#ouibounce-modal .modal-title {
    font-size: 18px;
    background-color: #3892B4;
    /*rgba(29,65,101,1);*/
    border: 0px;
    color: #fff;
    padding: 20px;
    margin: 0;
    border-radius: 4px 4px 0 0;
    text-align: center;
}

#ouibounce-modal h3 {
    color: #fff;
    font-size: 1em;
    margin: 0.2em;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 0px;
    padding-bottom: 0px;
}

#ouibounce-modal .modal-body {
    padding: 20px 35px;
    font-size: 1.15em;
}

#ouibounce-modal p {
    color: #344a5f;
    line-height: 1.3em;
}

#ouibounce-modal input[type=text], #ouibounce-modal input[type=email] {
    padding: 12px;
    font-size: 1.2em;
    width: 100% !important;
    border-radius: 8px;
    border: 1px solid #ccc;
    color: #5d676d !important;
    -webkit-font-smoothing: antialiased;
}

#ouibounce-modal .modal-footer {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
}

#ouibounce-modal .modal-footer p {
    text-transform: capitalize;
    cursor: pointer;
    display: inline;
    border-bottom: 1px solid #344a5f;
}

#ouibounce-modal .form-error {
    color: red;
}

#ouibounce-modal p.h3 {
    font-size: 1em;
    margin-top: 0px;
}

@media (max-width: 599px) {
    #ouibounce-modal .modal {
        margin: auto 10px;
    }
    #ouibounce-modal .modal-title {
        font-size: 12px;
        padding: 15px;
    }
    #ouibounce-modal .modal-body {
        padding: 10px 15px;
    }
    #ouibounce-modal h3 {
        margin: 0px;
        line-height: 20px;
        -webkit-margin-before: 0px;
        -webkit-margin-after: 0px;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
    }
}

@media screen and (max-width: 480px) {
    .popover {
        max-width: 300px;
        width: 300px;
    }
} 

.fp-configurator button.picker__button--today {
    display: none !important;
}
.info-list{
    margin: 10px 0 10px 5px;
}

.overlay {
    position: fixed;
    z-index: 9999999;
    background: rgba(28, 72, 101, 0.85);
    background: -moz-radial-gradient(center, ellipse cover, rgba(28, 72, 101, 0.85) 0%, rgba(17, 47, 66, 0.93) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(28, 72, 101, 0.85)), color-stop(100%, rgba(17, 47, 66, 0.93)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(28, 72, 101, 0.85) 0%, rgba(17, 47, 66, 0.93) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(28, 72, 101, 0.85) 0%, rgba(17, 47, 66, 0.93) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(28, 72, 101, 0.85) 0%, rgba(17, 47, 66, 0.93) 100%);
    background: radial-gradient(ellipse at center, rgba(28, 72, 101, 0.85) 0%, rgba(17, 47, 66, 0.93) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1c4865', endColorstr='#112f42', GradientType=1);
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 0;
    bottom: 0;
    top:0;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    display: none;
}

.overlay p {
    font-family: 'Lato', sans-serif;
}

.loader .logo{
  background: transparent url('../images/Logo.png') no-repeat top center;
  width: 150px;
  height: 28px;
  background-size: 150px 28px;
  display: block;

}

.loader {
    width: 151px;
    height: 80px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.loader .image {
    width: 151px;
    height: 160px;
    font-size: 3.75em;
    text-align: center;
    transform-origin: bottom center;
    animation: 3s rotate infinite;
    opacity: 0;
    margin-top: -50px;
    margin-left: -5px;
}

.loader span {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 5px;
    font-size: 3em;
}

.loader p {
    display: block;
    -webkit-animation: fadeInOut 1s infinite;
    -moz-animation: fadeInOut 1s infinite;
    -o-animation: fadeInOut 1s infinite;
    animation: fadeInOut 1s infinite;
    font-size: 12px;
    font-weight: 300;
    padding: 0px;
    margin-top: -25px;
    /*padding-top: 7px;
    padding-bottom: 7px;*/
    width: 151px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2.65px;
    border-top: 0px solid rgba(255,255,255,0.2);
    border-bottom: 0px solid rgba(255,255,255,0.2);
}

.loader .fa {
    /*color: #42bfe0;*/
    color: #fff;
}

.loader .fa.fa-paper-plane-o, .loader .fa.fa-send, .loader .fa.fa-plane {
    transform: rotate(45deg);
}

.loader .fa.fa-gear {
    animation: 3s rotateGear infinite;
}

@keyframes rotateGear {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(-90deg);
    }
    10% {
        opacity: 0;
    }
    35% {
        transform: rotate(0deg);
        opacity: 1;
    }
    65% {
        transform: rotate(0deg);
        opacity: 1;
    }
    80% {
        opacity: 0;
    }
    100% {
        transform: rotate(90deg);
    }
}

@-webkit-keyframes fadeInOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-filter: blur(1px);
        -moz-filter: blur(1px);
        -o-filter: blur(1px);
        -ms-filter: blur(1px);
        filter: blur(1px);
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeInOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-filter: blur(1px);
        -moz-filter: blur(1px);
        -o-filter: blur(1px);
        -ms-filter: blur(1px);
        filter: blur(1px);
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeInOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-filter: blur(1px);
        -moz-filter: blur(1px);
        -o-filter: blur(1px);
        -ms-filter: blur(1px);
        filter: blur(1px);
    } 
    100% {
        opacity: 1;
    }
}

@keyframes fadeInOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-filter: blur(1px);
        -moz-filter: blur(1px);
        -o-filter: blur(1px);
        -ms-filter: blur(1px);
        filter: blur(1px);
    }
    100% {
        opacity: 1;
    }
}

.badge-offer {
  position: absolute;
  width: 240px;
  height: 240px;
  margin: 0;
  padding: 0;
  display: inline-block;
  box-sizing: border-box;
  background: transparent;
  top: 10px;
  right: -40px;
  z-index: 999;
}
.badge-offer.options{
    top: -70px;
    right: -80px;
}
  
.badge-offer * {
  box-sizing: border-box;
}
.badge-1, .badge-2, .badge-3 {
  position: relative;
}
.badge-1-bg, .badge-2-bg, .badge-3-bg{
  position: absolute;
  left: 0;
  right: 0;
  width: 144px;
  height: 144px;
  margin: 48px auto;
}
.badge-1-bg-1, .badge-1-bg-2, .badge-1-bg-3, .badge-2-bg-1, .badge-2-bg-2, .badge-2-bg-3, .badge-3-bg-1, .badge-3-bg-2, .badge-3-bg-3, .badge-3-bg-4, .badge-3-bg-5, .badge-3-bg-6 {
  position: absolute;
  width: 144px;
  height: 144px;
  background: #27ae60;
  border-radius: 18%;
}
.badge-1-bg-1, .badge-2-bg-1, .badge-3-bg-1 {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}
.badge-1-bg-2, .badge-2-bg-2, .badge-3-bg-2 {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.badge-1-bg-3, .badge-2-bg-3, .badge-3-bg-3 {
  -webkit-transform: rotate(65deg);
          transform: rotate(65deg);
}
.badge-1-bg-3, .badge-2-bg-3, .badge-3-bg-4 {
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}
.badge-1-bg-3, .badge-2-bg-3, .badge-3-bg-5 {
  -webkit-transform: rotate(80deg);
          transform: rotate(80deg);
}
.badge-1-bg-3, .badge-2-bg-3, .badge-3-bg-6 {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.badge-1-text, .badge-2-text, .badge-3-text {
  position: absolute;
  left: 0;
  right: 0;
  width: 154px;
  height: 154px;
  margin: 43px auto;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
  /* text-transform: uppercase; */
  font-size: 125%;
  border: 5px solid rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-10deg);
}
.badge-1-text-1, .badge-2-text-1, .badge-3-text-1 {
  font-size: 16px;
  line-height: 1;
  margin-top: 23px;
  font-weight: bold;
}
.badge-1-text-2, .badge-2-text-2, .badge-3-text-2 {
  font-size: 50px;
    line-height: 30px;
    margin-top: 15px;
}
.badge-1-text-3, .badge-2-text-3, .badge-3-text-3 {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 5px;
}
.badge-2-bg-1, .badge-2-bg-2, .badge-2-bg-3 {
  background: #f1c40f;
  border-radius: 9%;
}
.badge-3-bg-1, .badge-3-bg-2, .badge-3-bg-3, .badge-3-bg-4, .badge-3-bg-5, .badge-3-bg-6 {
  background: #e74c3c;
  border-radius: 1%;
}

.badge-3-text-2{
  font-weight: 600;

    letter-spacing: -3px;
}
.badge-3-text-2 small{
  margin-right: 5px;
  font-size: 75%;
}

  .claim.red{
    background: #e74c3c;
  }
  .claim.red:after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: auto;
    border-width: 15px 15px 0;
    border-style: solid;
    border-color: #e74c3c transparent;
    display: block;
    width: 0;
    left: 50%;
    margin-left: -7.5px;
}
.list-group.factoring .list-group-item.red{
        background: #e74c3c;
    border-radius: 4px;
    color: #fff;
    font-weight: bold !important;
    line-height: 30px;
    text-transform: uppercase;
    margin: 10px 25px 10px 30px;
    text-align: center;
}
.list-group.factoring .list-group-item.red i{
    color: #fff;
}
.list-group.factoring .list-group-item h1{
    margin: 0px;
}
.show-on-phone{
    display: none;
  }
  @media screen and (width: 768px){
  .badge-offer {
      top: 20px;
  }
  .badge-offer.options{
    top: -45px;
    right: -40px;
    }
    .claim.red,
    .claim.red:after,
    .list-group.factoring .list-group-item.red{
      display: none;
    }
}
@media screen and (max-width: 767px){
  .badge-offer {
      display: none;
  }
  .show-on-phone{
    display: block;
  }

}

/* NEW OPTIONS PAGE */

.new-options{
margin-bottom: 30px;
}
.new-options h4.factoring-headline.green{
text-align: left;
font-size: 1.875em;
border-bottom: 0px solid #ececec;
letter-spacing: -1px;
background: #96B35C;
color: #fff !important;
padding: 15px 20px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
text-shadow: 1px 1px 3px rgba(0,0,0,0.1);
background: rgb(129,170,71); /* Old browsers */
background: -moz-linear-gradient(left, rgba(129,170,71,1) 0%, rgba(150,179,92,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(129,170,71,1) 0%,rgba(150,179,92,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(129,170,71,1) 0%,rgba(150,179,92,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81aa47', endColorstr='#96b35c',GradientType=1 );

}
.new-options h4.factoring-headline.grey{
text-align: left;
font-size: 1.875em;
border-bottom: 1px solid #ececec;
letter-spacing: -1px;
background: #6e8796;
color: #fff !important;
padding: 15px 20px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
background: rgb(101,123,137); /* Old browsers */
background: -moz-linear-gradient(left, rgba(101,123,137,1) 0%, rgba(130,158,175,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(101,123,137,1) 0%,rgba(130,158,175,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(101,123,137,1) 0%,rgba(130,158,175,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#657b89', endColorstr='#829eaf',GradientType=1 );
}
.new-options h4.factoring-headline i{
color: #fff;
font-size: 1em;
margin: 0px 10px 0px 0px;
}
.new-options .grey{
color: #6e8796;
}
.new-options p{
font-size: 1em; 
color: #405467;
padding: 10px 0px 20px;
border-bottom: 1px solid #ececec;
margin-bottom: 15px;
}
.new-options p small{
font-size: 1.125em;
}
.new-options p small.note{
font-size: 0.875em;
border-top: 0px solid #ececec;
margin-top: 10px;
padding-top: 10px;
font-style: italic;
}
.new-options small.note{
font-size: 0.875em;
font-style: italic;
color: #405467;
display: block;
margin-top: 0px;
}
.new-options p span{
font-size: 1.75em;
margin: 0px 7px;
font-weight: 700;
}
.new-options .container .jumbotron.noBottomPadding, .jumbotron{
/*padding: 0px 30px 5px;*/
border: none;
border-top-left-radius: 0px !important;
border-top-right-radius: 0px !important;
}
.new-options .badge-offer{
margin-top: -150px;
}
.new-options .btn{
width: 100%; 
font-size: 1.375em; 
text-align: center; 
line-height: 1.75em;
}
.new-options .btn i {
margin-left: 15px;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
border-right: none;
border-left: 1px solid rgba(255,255,255,0.65);
padding-left: 15px;
}
.new-options i.arrow{
  padding: 6px 10px;
  color: #a9b5c1;
}
.factoring-h2.new-options{
    padding-bottom: 20px;
}
.show-on-769{
        display: none;
    }
.hide-on-769{
        display: block;
    }
@media screen and (max-width: 1199px) and (min-width: 992px){

    .new-options .btn{
      width: 100%; 
    }
    .new-options .btn{
      width: 100%; 
      font-size: 1.125em;
    }
}
@media screen and (max-width: 992px){
    .new-options .btn span i{
        display: none;
    }
    .new-options h4.factoring-headline.grey,
    .new-options h4.factoring-headline.green{
        font-size: 1.5em;
    }
    .new-options .btn {
        font-size: 1.125em;
        text-align: center;
        line-height: 1.5em;
    }
    .new-options small.note{
      margin-top: 5px;
      margin-bottom: 5px;
    }
}
@media screen and (max-width: 991px) and (min-width: 769px){
    .new-options small.note{
      margin-top: 5px;
      margin-bottom: 5px;
    }
    .new-options .btn{
      width: 100%; 
    }
    .hide-on-769{
        display: none;
    }
    .show-on-769{
        display: block;
    }
}
@media screen and (max-width: 768px){
    .new-options .btn i{
      /*margin-top: -15px;*/
    }
    .new-options small.note{
      margin-top: 5px;
      margin-bottom: 5px;
    }
    .new-options h4.factoring-headline.green,
    .new-options h4.factoring-headline.grey{
      font-size: 1.375em;
    }
    .new-options .btn{
      width: 100%; 
      font-size: 1.125em;
    }
    .new-options .btn span i{
        display: none;
    }
    .list-group.factoring .list-group-item.red.new{
        display: block;
     }
    .hide-on-769{
        display: block;
    }
    .show-on-769{
        display: none;
    }
}
@media screen and (width: 768px){
    .block-mobile{ display: block;}
}
@media screen and (max-width: 767px){
    .new-options .rotate-arrow{
      transform: rotate(90deg);
    }
    .list-group.factoring .list-group-item.red.new{
        display: none;
     }
}
@media screen and (max-width: 425px){
.fa-2x {
    font-size: 1.125em;
    }
.fa-3x {
    font-size: 1.75em;
    }
.new-options .btn i {
    /*margin-left: 70px;*/
}
}
@media screen and (max-width: 375px){
    .new-options .btn{
      width: 100%;
    }
    .new-options .btn {
        font-size: 1em;
    }
}
@media screen and (max-width:374px){
    .hide-on-769{
        display: none;
    }
    .show-on-769{
        display: block;
    }
    .list-group.factoring .list-group-item.red.new{
        display: block;
     }
     .block-mobile{ display: block;}
}

@media screen and (max-width: 320px){
.new-options .btn {
    font-size: 1em;
}
.new-options .btn i {
    display: none;
}
}
.new-options .list-group.factoring .list-group-item.red {
background: #e74c3c;
border-radius: 4px;
color: #fff;
font-weight: bold !important;
line-height: 20px;
text-transform: none;
margin: 10px 25px 10px 30px;
text-align: center;
width: auto;
position: absolute;
top: -25px;
right: -15px;
padding: 7px 10px;
box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
}
.new-options .list-group {
padding-left: 0;
margin-bottom: 0px;
}
.new-options .icon-text{
color: #405467;
font-weight: 600;
line-height: 18px;
margin: 10px 0px;
font-size: 0.875em;
}

/*  ----------------------------
    SECTION FOR A/B TESTING
    ----------------------------
*/
.ab-a{
    display: block;
}
.ab-b{
    display: none;
}
.ab-b.add-person-bg{
    background: #f9f9f9;
}

/* NEW OPTIONS AND PASSENGER PAGES */
.show-in-portal.on{
    display: none !important;
}
#passenger-new .george{
    background: url("../images/FairPlane_Man.png") no-repeat;
    background-size: 100px 135px;
    width: 100px;
    height: 135px;
    display: block;
    position: absolute;
    z-index: 999;
    right: -40px;
    top: 7px;
}
#passenger-new .passenger-info{
    font-size: 0.875em;
    padding: 10px 15px;
    background: #f9f9f9;
    border-radius: 8px;
}
#passenger-new .passenger-info h5{
    font-weight: 600;
}
#passenger-new .claim.passenger{
    text-align: left;
}
#passenger-new .claim.passenger h4,
#passenger-new .claim.passenger p{
    color: #ffffff;
}
#passenger-new .claim.passenger p{
    margin: 0px;
}
#passenger-new .claim.passenger h4{
    font-size: 2.125em;
    font-weight: bold;
    margin: 0px;
    letter-spacing: -1px;
}
#passenger-new .claim.passenger h4.price{
    font-size: 2.5em;
    letter-spacing: 0px;
}
#passenger-new .claim.passenger .george{
    top: -8px;
}
@media screen and (max-width: 768px){
    #passenger-new .george{
        right: -20px;
    }
}
@media screen and (max-width: 767px){
    #passenger-new .claim.passenger{
        text-align: center !important;
    }
}
@media screen and (max-width: 600px){
    #passenger-new .claim.passenger .george{
        display: none !important;
    }   
}




