body {
    margin:0;
    background: #F4F6F7;
    color: #666;
    font-family: "Poppins", sans-serif;
}

h1,h2,h3,h4,h5,h6 {
    color: #333;
    font-family: "Poppins", sans-serif;
}

.container h2 {
    font-size: 28px;
    margin: 0px;
}

.status-container {
    margin-top:0px;padding:40px;background:white
}

.status h3 {margin-top:0px;}
.useraction h3 {margin:20px 0px;border-bottom: 1px solid #CCC;padding-bottom:20px;}
.plantable h1 {margin-top:0px;margin-bottom:0px;}

header {
	background: #424242;
	padding: 10px;
}

footer {
	margin:20px 0px;
}

nav {
	background: white;
	padding: 30px 0px 25px 0px;
	font-size: 16px;
}

nav ul li {
	display: inline;
	list-style:none;
	padding-left:10px;
}

nav ul {
	padding: 0px;
}

nav li.active {color:black;font-weight:bold;}

.jet-title {
	margin:10px 0px;
}

.container {
	width: 800px;
}

.container-big {
	width: 900px;
	padding-left: 20px;
}

.container-bigest {
    width: 1300px;
}

 

.jetcontainer {
	background: white;
	padding: 40px;
	border-radius: 5px;
	min-height: 500px;
    box-shadow: 2px 2px 8px #000000;
}

.page6 .jetcontainer {
    padding: 20px 40px;
}

.btn-style-red {
    background-color: #be0000;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.15);
    padding: 6px 12px;
    color: white;
}

.btn-style-blue {
    background-color: #0000be;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.15);
    padding: 6px 12px;
    color: white;
}

.btn-style-green {
    background-color: #00be00;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.15);
    padding: 6px 12px;
    color: white;
}

.background-blue .btn-style-green {
    background-color: #00be00;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.15);
    padding: 10px 30px;
    color: white;
}

.background-grey .btn-style-green {
    color:white;
    background-color: #1a8cc5;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.15);
    padding: 10px 30px;
}

.btn-browse.btn-style-vanilla {
    background: rgb(255,255,255) !important;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(230,230,230,1))) !important;
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%) !important;
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%) !important;
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%) !important;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%) !important;
    color: #555555 !important;
    border: 1.5px solid #bababa;
    opacity: 1 !important;
    height: 32px;
    top: 1px;
}

button.btn-style-green:hover
,button.btn-style-blue:hover
,button.btn-style-red:hover   
{ 
    background-image:-webkit-linear-gradient(top,#00be00 0%,#00be00 100%);
    background-image:-o-linear-gradient(top,#00be00 0%,#00be00 100%);
    background-image:linear-gradient(to bottom,#00be00 0%,#00be00 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF61C022',endColorstr='#FF62C321',GradientType=0);
    text-shadow:rgba(0,0,0,0.16) -1px -1px 0;
    border:1px solid #00be00;
    -webkit-box-shadow: inset 0 1px 0 0 #00be00;
    box-shadow:inset 0 1px 0 0 #00be00;
    color:#fff!important;
}

.btn-upload {width:100%;}

.progress-ie,.progress-ie-done {
    padding-top:24px
}

.progress-ie img,.progress-ie-done img {
    position:relative;
    top:10px;
    margin-right:15px
}


.most-popular{
    width: 26.25%;
    padding-top: 10px; 
    padding-bottom: 10px;
    background-color: #0174C3;
    margin-left: 403.8px; 
    margin-right: 259.8px; 
    color: white; 
    border-top-left-radius: 8px; 
    border-top-right-radius: 8px;
}

input[type=file] {
    height:0;
    width:0;
    padding:0;
    margin:0;
    visibility:hidden
}

.input-upload {
	height: 32px;
  	top: 1px;
}

.upload-ctl {
	margin: 0px 14px 0px 15px;
}

.btn-upload {
    margin-left: -12px;
    margin-top: 10px;
}

.main .progress-bar-success {
    background-color: #2c9629 !important;
}

.main form .form-section .progress {
    margin: 10px 0;
    height: 33.5px;
}

.main form .form-section .progress .progress-bar {
    line-height: 33px;
    color:white;
}

.progress {
    overflow:hidden;
    height:20px;
    margin-bottom:20px;
    background-color:#f5f5f5;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)
}

.progress-bar {
    float:left;
    width:0;
    height:100%;
    font-size:12px;
    line-height:20px;
    color:#fff;
    text-align:center;
    background-color:#428bca;
    -webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);
    box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);
    -webkit-transition:width .6s ease;
    -o-transition:width .6s ease;
    transition:width .6s ease
}

.progress-striped .progress-bar {
    background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-size:40px 40px
}

.progress.active .progress-bar {
    -webkit-animation:progress-bar-stripes 2s linear infinite;
    -o-animation:progress-bar-stripes 2s linear infinite;
    animation:progress-bar-stripes 2s linear infinite
}

#tac .modal-body, #pp .modal-body {
  height: 320px;
  overflow: scroll;
}


.status .jetcontainer .title {
	border-bottom: 1px solid #CCC;
	padding:0px;
	margin:0px 0px 20px 0px;
}

.status ul {
	padding: 15px;
}

.green-color {color: green;}

.ico-holder {top:6px;font-size:18px;}
.topzero {top:0px;}

a,a:visited,a:focus {
    cursor:pointer
}

.clr {clear:both;}

.useraction .zebra tr:nth-child(even) td {
    background: white;
}

.useraction .zebra tr:nth-child(odd) td {
    background: #F9F9F9;
}

.useraction table tr th {
	background:#F4F3F3;
	padding: 20px 10px;
}

.useraction table, .useraction table tr, .useraction table tr td, .useraction table tr th {
	border: 0px;
	vertical-align: middle;
}

.useraction table {
	border: 1px solid #CCC;
	border-radius: 5px;
	border-collapse: separate;
}

#loader{
    position:absolute;
    width:100%;
    left: 0;
    top:0;
    background: url('../images/loader.gif') center no-repeat #fff;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 9999;
}
#load-message{margin:330px auto; text-align:center; color:#000; font-weight:bold; }

.opt-title {
    width: 90%;
    display: block;
    float: left;
    height: 69px;
    padding-top: 20px;
    font-size: 13px;
}

.package_row .fa.fa-info-circle {
    width: 10%;
    display: block;
    float: right;
    height: 69px;
    padding-top: 27px;
}

.tooltip-inner {
    width: 350px;
    max-width:350px;
    text-align: left;
    white-space:pre-wrap;    
}

.option_text {
    font-size:16px;padding-top:11px;font-weight:bold
}

#text_country_id { padding:2px; }



.planoptions .plantable {
    width: 19%;
    float: left;
}
.planoptions .plantable.titles {
    width: 280px;
    float: left;
    margin-left: 0px;
    background: #F8F8F8;
}

.planoptions .plantable.background-blue .header-row .package_price h2 {
    color:white;
}

.planoptions .plantable .header-row .package_price h2 {
    color:black;
    margin-bottom: 20px;
}

.plantable.background-grey {
    background: white;
    /*border: 1px solid #e5e5e5;*/
    border-radius: 0px;
    margin-top: 9px;
    color:black;
}

.plantable.background-blue {
    background: #1a8cc5;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    color: white;
    margin-top: 1px;
}

.plantable.background-blue .fa.fa-check {
    font-size: 33px;
    color: #c6ea48;
}

.plantable.background-grey .fa.fa-check {
    font-size: 33px;
    color: #e1be3b;
}

.plantable.background-blue .header-row td {
    padding-top: 7px;

}

.plantable.background-blue .header-row {
    border-color: #1a8cc5 transparent transparent transparent;
}
.plantable.background-grey .header-row {
    border-color: #f8f8f8 transparent transparent transparent;
}

.planoptions .plantable.background-blue .header-row .package_price {    
    height: 105px;
    margin-bottom: 5px;
    position: relative;
    text-align:center;
    padding:40px 20px 120px 20px;
    font-size: 13px;
    color: #F8F8F8;
}

.planoptions .plantable.background-grey .header-row .package_price {    
    height: 105px;
    margin-bottom: 5px;
    position: relative;
    text-align:center;
    padding:40px 29px 120px 40px;
    font-size: 13px;
    color: #666666;
}

.package_price_fs, .first_package {
    margin-bottom: 0px !important;
    padding: 40px 29px 125px 40px !important;
    border-left: 1px solid #e5e5e5 !important;
}
.planoptions .plantable .header-row {
    border-color: #EFEFEF transparent transparent transparent;
}

.planoptions .plantable .header-row .highlighted {
    top: -10px;
    height: 125px;
    margin: 1px;
    background: #1a8cc5;
}

.plantable.titles .optiontitle_row .package_row {
    height: 50px;
    padding: 0px 15px;
    text-align: left;
    font-size: 13px;
}
.package_row {
    border-left: 1px solid #e5e5e5;
}
.plantable.titles .optiontitle_row .package_row.price {
    height: 93px;
}

.plantable.titles .subheader-row td {
    padding: 21px 0px;
}

.optiontitle_row td {
    padding: 0px 0px;
    border-top: 1px solid #e5e5e5;
    height: 50px;
}

.optiontitle_row {
    height: 50px;
    text-align: center;
    
}

.fa.fa-times {
    font-size: 33px;
    color: #d43f3a;
}

.middle-pkg-offset {
    height: 16px;
    font-size: 9px;
}

.price div {
    font-size: 40px;
}

.planoptions .plantable.background-grey .linethrough {
    text-decoration: line-through;
    color: #b3b3b3;
    font-size: 20px;
}

.planoptions .plantable.background-blue .linethrough {
    text-decoration: line-through;
    color: #93cce9;
    font-size: 20px;
}

.planoptions .plantable.background-grey .ask-payment-text {
    font-style: italic;
    height:40px;
    margin:10px 0px;
    font-size:12px; 
    color:#b3b3b3
}

.planoptions .plantable.background-blue .ask-payment-text {
    font-style: italic;
    height:40px;
    margin:10px 0px;
    font-size:12px; 
    color:#93cce9
}

.planoptions .plantable.background-grey .buynow-row h2 {
    color:black;
}
.planoptions .plantable.background-blue .buynow-row h2 {
    color:white;
}

.planoptions .plantable .buynow-row td {
    text-align: center;
    padding: 30px;
}

.planoptions .plantable .dropdown {
    width: 80%;
    color: #666;
    font-size: 13px;
}

.jetcontainer.package-selection {
    padding-top: 20px;
}

.offset-text-center {
    text-align:center;
    margin-left: 76px;
}

#fs_options {
    margin-left: -114px;
}

.cancel-conversion-btn {
    text-align: center;
    margin: 40px 0px 0px 74px;
}

.glyphicon.glyphicon-question-sign {
    cursor: pointer;
}

.tooltip-inner {
    padding: 20px 20px;
    background-color: #0076BF;
    line-height: 19px;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #0076BF;
}

.tooltip-inner a, .tooltip-inner a:hover {
    color: white;
    text-decoration: underline;
}

.select-pkg-top-reason {
    text-align: center;
    display: block;
/*    height: 60px; remove as may be multiple lines and we want all of them above the line */
    font-weight: bold;
    background: white;
    padding-top: 28px;
    padding-left: 60px;
    padding-bottom: 3px;
    font-size: 18px;
}

.xero-sponsor-logo {
    width: 63px;
    float: left;
    margin: 0px 10px 0px 10px;
}

.xero-sponsor-text {
    font-size: 11px;
    margin-top: 14px;
}

.subheader-row {
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}

.optiontitle_row {
    border-left: 1px solid #e5e5e5;
}

.plantable.titles .buynow-row {
    height: 236px;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.qbo-pilot-reason {
    text-align: center;
    display: block;
    height: 60px;
    font-weight: bold;
    background: white;
    padding-top: 28px;
    padding-left: 60px;
    padding-bottom: 80px;
    font-size: 18px;
}

.qbo-pilot-reason b {
    color: red;
}

.warning-text {
    background-color: #edef7d;
    color: black:
}