.login-body {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3a7bd5+0,3a6073+100 */
    background-color: rgb(58,123,213); /* Old browsers */
    background-image: url("/branding/default/login-background");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.login-body .btn-primary {
    background: linear-gradient(to bottom, #3d98F4 0%, #3482D1 100%);
    box-shadow: 0px 7px 32px 0px rgba(0,0,0,0.25);
}

.login-body legend {
    padding-top: 10px;
    padding-bottom: 20px;
}

.login-pane {
    width: 100%;
}

@media (min-width: 768px) {
    .login-pane {
        width: 610px;
        margin: auto;
    }
}

.login-body .panel-body {
    box-shadow: 0px 7px 22px -4px rgba(0,0,0,0.3);
}

.login-body .input-group-inlay img {
    color: rgb(58,123,213);
}

.login-extra {
    margin-top: 15px;
    width: 100%;
    text-align: center;
}

.login-extra-pane {
    display: inline-block;
    padding: 10px 15px;
    background-color: rgba(0,0,0,0.4);
    border-radius: 12px;
    color: #ecf0f1;
    font-weight: bold;
}

.login-body a:hover {
    color: #8EBFF0;
    text-decoration: none;
}

.login-header {
    display: block;
    position: relative;
    width: 100%;
    background: none;
    border: none;
    margin-bottom: 20px;
    height: 140px;
    line-height: 140px;
    text-align: center;
}

.register-form {
    width: 100%;
    background: white;
    margin-bottom: 15px;
}

.register-form .info-pane {
    padding: 10px 15px;
}

.register-form .info-pane h1 {
    font-size: 18pt;
    text-align: center;
}

.register-form .info-pane h2{
    font-size: 12pt;
    color: #7B7B7B;
    text-align: center;
}

.register-form .info-pane {
    padding: 10px 15px;
}

.register-form .register-pane {
    border-left: 1px solid rgba(0, 0, 0, 0.4);
    background-color: rgba(0, 0, 0, 0.09);
    padding: 20px 20px;
}

.main-header {
    display: block;
    position: relative;
    width: 100%;
    /*text-align: center;*/
    background-color: #EEEEEE;
    border-bottom-color: #808080;
    border-bottom-width: 2px;
    margin-bottom: 10px;
}

.express-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/branding/default/express-ticket-shop-background');
    background-repeat: no-repeat;
    background-position: bottom center;
    width: auto;
    height: 300px;
    position: relative;
    margin: 0 auto;
    max-width: 1280px;
}

.event-title {
    position: absolute;
    bottom: 0;
    color: white;
    padding-left: 40px;
    width: 650px;
    padding-bottom: 40px;
}

.ticket-btn {
    border-radius: 7px;
    margin-bottom: 0;
    margin-left: 2px;
    margin-right: 2px;
    box-shadow: none;
    border-width: 1px;
    border-color: lightgray;
    background-color: #7FC918;
    color: white;
    min-width: 30px;
    text-transform: uppercase;
}

.register-captcha {
    position: relative;
    bottom: 80px;
}

.form-separator {
    border: 1px solid #7b8a8b;
}

.applicant-form .product-group {
    padding-top: 10px;
}

.applicant-form .product-group .title {
    font-weight: bold;
    font-size: 16px;
    margin-left: -16px;
}

.applicant-form .product-group .group-cost {
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    float: right;
}

.applicant-form .product {
    padding-top: 10px;
}

.applicant-form .product .description {
}

.applicant-form .product .picker {
    width: 50%;
    padding-right: 10px;
    float: left;
}

.applicant-form .product .name {
    width: 50%;
    padding-right: 10px;
    padding-top: 10px;
    float: left;
}

.applicant-form .product .quantity {
    width: 50%;
    padding-left: 10px;
    float: left;
}

.applicant-form .product .quantity .cost {
    min-width: 150px;
    max-width: 150px;
}

.applicant-form .order-property {
    margin-top: 10px;
}

.applicant-form .order-property.grand_total {
    font-weight: bold;
    font-size: 16px;
}

.applicant-form .order-property.discount {
    font-weight: bold;
    font-size: 16px;
}

.applicant-form .order-property .title {
    display: inline-block;
    float: left;
    width: 50%;
}

.applicant-form .order-property .value {
    display: inline-block;
    float: right;
    text-align: right;
    width: 50%;
}

.applicant-form .order-property .description {

}

.applicant-form .helpvalue {
    margin-left: -16px;
    margin-right: -16px;
}

.applicant-form .schema-form-order-items.wrapper {
    border-bottom: 2px solid #7b8a8b;
    border-top: 2px solid #7b8a8b;
    margin-top: 18px;
    margin-bottom: 18px; }

.applicant-form .schema-form-order-items .header {
    border-bottom: 2px solid #7b8a8b;
    padding: 6px 9px 6px 9px;
    font-weight: bold; }
.applicant-form .schema-form-order-items .header .name {
    float: left; }
.applicant-form .schema-form-order-items .header .quantity {
    float: right; }

.applicant-form .schema-form-order-items .item {
    padding: 6px 9px 6px 9px; }
.applicant-form .schema-form-order-items .item .name {
    float: left; }
.applicant-form .schema-form-order-items .item .quantity {
    float: right; }


.form-body .login-header {
    background-image: url(./event-banner-logo);
    background-size: cover;
    background-position: center;
position: initial;
    color: white;
  width: 100%;
height: 300px;
margin-bottom: -50px;
}

.form-body .login-logo {
display:none;}

.form-body .branding-body {
  background-color: #EFDAD2;
  width: 100%;
}

.form-body .navbar-default {
  border: 0px !important;
}

.form-body .nav-tabs li a {
  background-color: white !important;
}

.form-body span.lifejak-powered {
  color: #fff;
  font-size: 90%;
  position:absolute;
  right:0;
  bottom:0;
  padding-bottom: 40px;
  padding-right: 30px;
}

.form-body img.lifejak-powered {
  position:absolute;
  right:0;
  bottom:0;
  padding-bottom: 10px;
  padding-right: 10px;
}
.form-body #main {
margin: 0px;
padding-left: 0px;
padding-right: 0px;
}

.form-body .mainheader {
    background-image: url(https://app.applyandpay.com/branding/assets/138260);
    background-size: cover;
    background-position: center;
    color: grey;
  width: 100%;
height: 180px;
}

.form-body .panel {
  margin-top: 20px;
}

.form-body .panel-success>.panel-heading, .alert-success {
  background-color: #479AA4;
}

.form-body .btn-primary, .btn-primary:hover, .btn-primary:focus {
  background-color: #479AA4;
  border-color: #397d85;
}

.form-body .panel-warning>.panel-heading, .alert-warning {
  background-color: #EB334D;
}

.form-body .btn-warning, .btn-warning:hover, .btn-warning:focus{
  background-color: #EB334D;
  border-color: #cc2c43;
}

.form-body .panel-danger>.panel-heading, .alert-danger {
  background-color: #EB334D;
}

.form-body .btn-danger, .btn-danger:hover, .bti-danger:focus {
  background-color: #EB334D;
  border-color: #cc2c43;
}

.form-body .ticket-btn {
  border-radius: 7px;
  margin-bottom: 0;
  margin-left: 2px;
  margin-right: 2px;
  box-shadow: none;
  border-width: 1px;
  border-color: lightgray;
  background-color: #7FC918;
  color: white;
  min-width: 30px;
  text-transform: uppercase;
}

.form-body .ticket-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/branding/assets/10300');
  background-repeat: no-repeat;
  background-position: bottom center;
  width: auto;
  height: 400px;
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
}

.form-body .express-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/branding/assets/10300');
  background-repeat: no-repeat;
  background-position: bottom center;
  width: auto;
  height: 300px;
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
}

.form-body .event-title {
  position: absolute;
  bottom: 0;
  color: white;
  padding-left: 40px;
  width: 500px;
  padding-bottom: 40px;
}

.form-body .ticket-body {
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
}

.form-body .form-separator {
    border: 1px solid #7b8a8b;
}

.form-body .header-message {
    width: 70%;
    margin-left: 15%;
    margin-top: 10px;
}

.form-body .applicant-form  {
    background: white;
    width: 85%;
    margin-left: 8%;
    margin-top: -30px;
    border-top: 8px solid ##efefef;
}

.form-body .margincolumntop {
 margin-top: 20px;
}

.form-body .margincolumnright {
margin-right: 15px
}

.form-body .margincolumnleft {
margin-left: 15px
}
.form-body .margincolumntop {
 margin-top: 0px;
}

.form-body input {
min-width: 70px;
}

.form-body .file-selector button.ng-invalid {
    background-color: #E74C3C;
    border-color: #E74C3C;
}

.file-selector button.ng-invalid {
    background-color: #E74C3C;
    border-color: #E74C3C;
}