@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700');

.readonlyWithoutNotAllowEffect:not([disabled]) {
cursor:pointer !important;
background:none !important;
}

.body-registration .form .form-body {
    padding: 0;
}

.body-registration hr {
    display: none;
}


.body-registration .page-content { 
    background: none;
}

.body-registration .page-step-2 {
    background: #f8f8f8;
}

.body-registration #editTravel .form-section {
    clear: left;
    text-align: left;
}

.body-registration .modal-content .btn.green {
    background-color: transparent;
    color: #02B0E5;
    font-family: "Source Sans Pro";
    font-size: 20px;
    letter-spacing: 0.82px;
    line-height: 2;
    text-align: center;
    opacity: 1;
    height: 56px;
    min-width: 200px;
    border: 1px solid #02B0E5;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color .3s, color .3s;

}

.body-registration .page-step-2 .program-class-5-price,
.body-registration .page-step-2 .program-class-6-price,
.body-registration .page-step-2 .program-class-7-price {
    background-color: transparent!important;
}

.body-registration .page-step-2 i.program-class-1-name, 
.body-registration .page-step-2 i.program-class-2-name, 
.body-registration .page-step-2 i.program-class-3-name {
    position: absolute;
    top: -146px;
    right: 20px;
    padding: 0!important;
}

.body-registration .page-step-2 .fa-question:before {
    content: '';
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(../img/ico-question.svg) no-repeat 0 0;
}

.body-registration .page-step-2 .spacilLink {
    color: #090909!important;
    font-family: "Source Sans Pro";
    font-size: 27px;
    font-weight: 300;
    margin-bottom: 20px;
    display: inline-block;
}

.body-registration .page-step-2 .programName {
    height: auto;
    line-height: 1;
    display: block;
    font-size: 18px;
    color: #0B3644;
    font-weight: 400;
}

.body-registration .page-step-2 .programName div {
    line-height: 1;
    margin-bottom: 10px;
}

.body-registration .page-step-2 .programName span {
    display: block;
}

.body-registration .page-step-2 .programName ~ br {
    display: none;
}


.body-registration .page-step-2 .rowLine {
    line-height: 1;
}


.body-registration .page-step-2 .rowLine .program-class-1-price {
    line-height: 1;
}

.body-registration .page-step-2 .program-class-1-name,
.body-registration .page-step-2 .program-class-2-name,
.body-registration .page-step-2 .program-class-3-name {
    padding-top: 0!important;
}

.body-registration .page-step-2 .program-class-1-price,
.body-registration .page-step-2 .program-class-2-price,
.body-registration .page-step-2 .program-class-3-price {
/*     display: flex;
    justify-content: center;
    align-items: center; */
}

.body-registration .page-step-2 .rowLine .program-class-1-price .programName ~ span,
.body-registration .page-step-2 .rowLine .program-class-2-price .programName ~ span, 
.body-registration .page-step-2 .rowLine .program-class-3-price .programName ~ span {
    line-height: 0;
    display: block;
    color: #0B3644;
}

.body-registration .page-step-2 .rowLine .program-class-1-price .programName .spacilLink,
.body-registration .page-step-2 .rowLine .program-class-2-price .programName .spacilLink, 
.body-registration .page-step-2 .rowLine .program-class-3-price .programName .spacilLink {
    margin-right: -100%;
    font-size: 40px;
}


.body-registration .page-step-2 .rowLine .program-class-1-price .programName ~ span,
.body-registration .page-step-2 .rowLine .program-class-2-price .programName ~ span, 
.body-registration .page-step-2 .rowLine .program-class-3-price .programName ~ span,
.body-registration .page-step-2 .rowLine .program-class-5-price .programName ~ span, 
.body-registration .page-step-2 .rowLine .program-class-6-price .programName ~ span, 
.body-registration .page-step-2 .rowLine .program-class-7-price .programName ~ span{
    display: flex;
    justify-content: center;
    align-items: center;
}

.body-registration .page-step-2 .priceComparisonTBL {
    font-size: 50px!important;
    font-weight: 300!important;
    color: #0B3644;
    display: inline-block;
    line-height: 73px;
    letter-spacing: -0.055em;
}

.body-registration .page-step-2 .rowLine .program-class-5-price .programName,
.body-registration .page-step-2 .rowLine .program-class-6-price .programName,  
.body-registration .page-step-2 .rowLine .program-class-7-price .programName {
    position: relative;
    padding-top: 65px;
}

.body-registration .page-step-2 .rowLine .program-class-5-price .programName .spacilLink,
.body-registration .page-step-2 .rowLine .program-class-6-price .programName .spacilLink, 
.body-registration .page-step-2 .rowLine .program-class-7-price .programName .spacilLink {
    display: none;
}

.body-registration .page-step-2 .rowLine .program-class-5-price .programName ~ span,
.body-registration .page-step-2 .rowLine .program-class-6-price .programName ~ span, 
.body-registration .page-step-2 .rowLine .program-class-7-price .programName ~ span {
    color: #0B3644;
}

.body-registration .page-step-2 i.program-class-1-name:after, 
.body-registration .page-step-2 i.program-class-2-name:after, 
.body-registration .page-step-2 i.program-class-3-name:after {
    content: none;
}

@media (min-width: 1200px) {
    .body-registration .page-step-2 .container {
        width: 1200px;
    }
}

    .body-registration .page-step-2 .stickable {
        background: #F8F8F8 !important;                                    
    }

.body-registration .page-step-2 .portlet-body {
    background: transparent!important;
    overflow: hidden;
    padding-bottom: 50px;
}

.body-registration .page-step-2 .program-class-1-name,
.body-registration .page-step-2 .program-class-2-name,
.body-registration .page-step-2 .program-class-3-name {
    position:relative;
    background-color: #fff!important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding-top: 70px!important;
   
}

.body-registration .page-step-2 a.theme-font,
.body-registration .page-step-2 a.theme-font {
     /*color: #090909!important;*/  
    text-transform: none;
    font-size: 15px;    
    font-weight: 300;
}

.body-registration .page-step-2 .program-class-1-price,
.body-registration .page-step-2 .program-class-2-price,
.body-registration .page-step-2 .program-class-3-price {
    font-size: 58px!important;
    background-color: #fff!important;
    line-height: 73px;
    font-weight: 400!important;
    color: #0B3644!important;
}

.body-registration .page-step-2 .program-class-1-name:after,
.body-registration .page-step-2 .program-class-2-name:after,
.body-registration .page-step-2 .program-class-3-name:after {
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    top: -5px;
    left: 0;
    width: 100%;
}

.body-registration .page-step-2 .program-class-1-name:after {
    background-image: url(../img/box1.png);
    height: 58px;
}

.body-registration .page-step-2 .program-class-2-name:after {
    background-image: url(../img/box2.png);
    height: 69px;
}

.body-registration .page-step-2 .program-class-3-name:after {
    background-image: url(../img/box3.png);
    height: 100px;
}


.body-registration .page-step-2 .program-class-1-price ~ .row .btn-success,
.body-registration .page-step-2 .program-class-2-price ~ .row .btn-success,
.body-registration .page-step-2 .program-class-3-price ~ .row .btn-success{
    background: #A3C600!important;
    border-color: #A3C600!important;
    color: #FFFFFF!important;
    text-transform: none!important;
    font-size: 20px!important;
    font-weight: bold;
    letter-spacing: 0.82px;
    line-height: 25px;
    text-align: center;
    max-width: 201px;
    display: block;
    margin-left: auto!important;
    margin-right: auto!important; 
    transition: background .3s, color .3s;
}



.body-registration .page-step-2 .program-class-1-price ~ .row .btn-success:hover {
    background: #bfd73f!important;
    border-color: #bfd73f!important;
    color: #fFF!important;
}

.body-registration .page-step-2 .program-class-1-price ~ .row,
.body-registration .page-step-2 .program-class-2-price ~ .row  {
    border-left: 1px solid #ADADAD!important;
    border-right: 1px solid #ADADAD!important;
}

.body-registration .page-step-2 .program-class-2-price ~ .row .btn-success {
    background: #02D0B5!important;
    border-color: #02D0B5!important;
}

.body-registration .page-step-2 .program-class-2-price ~ .row .btn-success:hover {
    background: #67decb!important;
    border-color: #67decb!important;
    color: #fFF!important;
}

.body-registration .page-step-2 .program-class-3-price ~ .row .btn-success {
    background: #02B0E5!important;
    border-color: #02B0E5!important;
}

.body-registration .page-step-2 .program-class-3-price ~ .row .btn-success:hover {
    background: #63c8ee!important;
    border-color: #63c8ee!important;
    color: #fFF!important;
}

.body-registration .page-step-2 .portlet-body .row:nth-child(1) > .ng-scope .comparison-table-cell {
    border :1px solid #ADADAD!important;
    border-bottom: 0!important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    
}

.body-registration .page-step-2 .portlet-body .ng-scope .text-center {
    border-bottom: 1px solid #DBDBDB;
}

.body-registration .page-step-2 .portlet-body .row > .ng-scope:last-child .ng-scope:nth-child(2) .comparison-table-cell,
.body-registration .page-step-2 .portlet-body .row > .ng-scope:last-child .ng-scope:nth-child(3) .comparison-table-cell,
.body-registration .page-step-2 .portlet-body .row > .ng-scope:last-child .ng-scope:last-child .comparison-table-cell {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.body-registration .page-step-2 .portlet-body .row > .ng-scope:last-child .ng-scope:first-child .text-center {
    border-bottom: 0;
}

.body-registration .page-step-2 .portlet-body .row > .ng-scope:last-child .ng-scope:nth-child(2) .text-center,
.body-registration .page-step-2 .portlet-body .row > .ng-scope:last-child .ng-scope:nth-child(3) .text-center, 
.body-registration .page-step-2 .portlet-body .row > .ng-scope:last-child .ng-scope:nth-child(4) .text-center {
    border-bottom: 0;
}

.body-registration .page-step-2 .portlet-body .row > .ng-scope:last-child .ng-scope:nth-child(2) .text-center .comparison-table-cell,
.body-registration .page-step-2 .portlet-body .row > .ng-scope:last-child .ng-scope:nth-child(3) .text-center .comparison-table-cell, 
.body-registration .page-step-2 .portlet-body .row > .ng-scope:last-child .ng-scope:nth-child(4) .text-center .comparison-table-cell {
    border-bottom: 1px solid #ADADAD;
}

.body-registration .page-step-2 .portlet-body .ng-scope .ng-scope:last-child .text-center {
    position: relative;
}

.body-registration .page-step-2 .portlet-body .ng-scope .ng-scope:last-child .text-center:after {
    position: absolute;
    content: '';
    right: 0px;
    background: #f8f8f8;
    top: 0;
    bottom: -1px;
    width: 15px;
}





.body-registration .page-step-2 .portlet-body .ng-scope .comparison-table-cell-content {
    
    font-size: 22px;
    color: #090909;
}

.body-registration .page-step-2 .portlet-body .ng-scope .ng-scope:nth-child(1) .text-center .comparison-table-cell { 
/*     border-bottom: 1px solid #DBDBDB; */
    background: #f8f8f8;
    color: #090909;
    border-left:0!important;
    border-right:0!important;
}

.body-registration .page-step-2 .portlet-body .ng-scope .ng-scope:nth-child(1) .text-center .comparison-table-cell span {
    font-size: 18px;
}

.body-registration .portlet[ng-if^="!showExtendedForm && comparisonTable && ((!isModal)"] > .portlet-body > .row > [ng-repeat^="program in comparisonTable.Programs"] > [class*="col-"], .body-registration .portlet[ng-if^="!showExtendedForm && ((divingComparisonTable && !isModal)"] > .portlet-body > .row > [ng-repeat^="program in divingComparisonTable.Programs"] > [class*="col-"], .body-registration .portlet[ng-if^="!showExtendedForm && ((membershipComparisonTable && !isModal)"] > .portlet-body > .row > [ng-repeat^="program in membershipComparisonTable.Programs"] > [class*="col-"], .body-registration .portlet[ng-if^="!showExtendedForm && ((travelComparisonTable && !isModal)"] > .portlet-body > .row > [ng-repeat^="program in travelComparisonTable.Programs"] > [class*="col-"] {
    border: 0!important;
    padding: 0 15px;
    background-color: transparent;
}

.body-registration .portlet[ng-if^="!showExtendedForm && comparisonTable && ((!isModal)"] [ng-repeat^="features in comparisonTable"]:nth-child(odd) > div > div, .body-registration .portlet[ng-if^="!showExtendedForm && ((divingComparisonTable && !isModal)"] [ng-repeat^="features in divingComparisonTable"]:nth-child(odd) > div > div, .body-registration .portlet[ng-if^="!showExtendedForm && ((membershipComparisonTable && !isModal)"] [ng-repeat^="features in membershipComparisonTable"]:nth-child(odd) > div > div, .body-registration .portlet[ng-if^="!showExtendedForm && ((travelComparisonTable && !isModal)"] [ng-repeat^="features in travelComparisonTable"]:nth-child(odd) > div > div, .body-registration .portlet[ng-if^="!showExtendedForm"] [ng-show="comparisonTableFeatures"] [ng-repeat^="features in comparisonTableFeatures"]:nth-child(odd) > div > div,
.body-registration .portlet[ng-if^="!showExtendedForm && comparisonTable && ((!isModal)"] [ng-repeat^="features in comparisonTable"]:nth-child(even) > div > div, .body-registration .portlet[ng-if^="!showExtendedForm && ((divingComparisonTable && !isModal)"] [ng-repeat^="features in divingComparisonTable"]:nth-child(even) > div > div, .body-registration .portlet[ng-if^="!showExtendedForm && ((membershipComparisonTable && !isModal)"] [ng-repeat^="features in membershipComparisonTable"]:nth-child(even) > div > div, .body-registration .portlet[ng-if^="!showExtendedForm && ((travelComparisonTable && !isModal)"] [ng-repeat^="features in travelComparisonTable"]:nth-child(even) > div > div, .body-registration .portlet[ng-if^="!showExtendedForm"] [ng-show="comparisonTableFeatures"] [ng-repeat^="features in comparisonTableFeatures"]:nth-child(even) > div > div{
    background-color: transparent;
/*       border-left: 1px solid #ADADAD;
    border-right: 1px solid #ADADAD; */
}

.body-registration .portlet[ng-if^="!showExtendedForm && comparisonTable && ((!isModal)"] .comparison-table-cell, .body-registration .portlet[ng-if^="!showExtendedForm && comparisonTable && ((!isModal)"] .comparison-table-cell-selected, .body-registration .portlet[ng-if^="!showExtendedForm && ((divingComparisonTable && !isModal)"] .comparison-table-cell, .body-registration .portlet[ng-if^="!showExtendedForm && ((divingComparisonTable && !isModal)"] .comparison-table-cell-selected, .body-registration .portlet[ng-if^="!showExtendedForm && ((membershipComparisonTable && !isModal)"] .comparison-table-cell, .body-registration .portlet[ng-if^="!showExtendedForm && ((membershipComparisonTable && !isModal)"] .comparison-table-cell-selected, .body-registration .portlet[ng-if^="!showExtendedForm && ((travelComparisonTable && !isModal)"] .comparison-table-cell, .body-registration .portlet[ng-if^="!showExtendedForm && ((travelComparisonTable && !isModal)"] .comparison-table-cell-selected {
/*  border-bottom: 1px solid #DBDBDB; */
}

.body-registration .portlet[ng-if^="!showExtendedForm && comparisonTable && ((!isModal)"] [ng-repeat^="features in comparisonTable"]:nth-child(odd) > div:first-child > div, .body-registration .portlet[ng-if^="!showExtendedForm && ((divingComparisonTable && !isModal)"] [ng-repeat^="features in divingComparisonTable"]:nth-child(odd) > div:first-child > div, .body-registration .portlet[ng-if^="!showExtendedForm && ((membershipComparisonTable && !isModal)"] [ng-repeat^="features in membershipComparisonTable"]:nth-child(odd) > div:first-child > div, .body-registration .portlet[ng-if^="!showExtendedForm && ((travelComparisonTable && !isModal)"] [ng-repeat^="features in travelComparisonTable"]:nth-child(odd) > div:first-child > div, .body-registration .portlet[ng-if^="!showExtendedForm"] [ng-show="comparisonTableFeatures"] [ng-repeat^="features in comparisonTableFeatures"]:nth-child(odd) > div:first-child > div,.body-registration .portlet[ng-if^="!showExtendedForm && comparisonTable && ((!isModal)"] [ng-repeat^="features in comparisonTable"]:nth-child(even) > div:first-child > div, .body-registration .portlet[ng-if^="!showExtendedForm && ((divingComparisonTable && !isModal)"] [ng-repeat^="features in divingComparisonTable"]:nth-child(even) > div:first-child > div, .body-registration .portlet[ng-if^="!showExtendedForm && ((membershipComparisonTable && !isModal)"] [ng-repeat^="features in membershipComparisonTable"]:nth-child(even) > div:first-child > div, .body-registration .portlet[ng-if^="!showExtendedForm && ((travelComparisonTable && !isModal)"] [ng-repeat^="features in travelComparisonTable"]:nth-child(even) > div:first-child > div, .body-registration .portlet[ng-if^="!showExtendedForm"] [ng-show="comparisonTableFeatures"] [ng-repeat^="features in comparisonTableFeatures"]:nth-child(even) > div:first-child > div{
    background: #f8f8f8;
}

.body-registration .portlet[ng-if^="!showExtendedForm && comparisonTable && ((!isModal)"] > .portlet-title > .caption.caption-md .caption-subject.theme-font.bold.uppercase, .body-registration .portlet[ng-if^="!showExtendedForm && ((divingComparisonTable && !isModal)"] > .portlet-title > .caption.caption-md .caption-subject.theme-font.bold.uppercase, .body-registration .portlet[ng-if^="!showExtendedForm && ((membershipComparisonTable && !isModal)"] > .portlet-title > .caption.caption-md .caption-subject.theme-font.bold.uppercase, .body-registration .portlet[ng-if^="!showExtendedForm && ((travelComparisonTable && !isModal)"] > .portlet-title > .caption.caption-md .caption-subject.theme-font.bold.uppercase {
    color: #090909!important;
}

.body-registration .page-step-2 .comparison-table-cell {
    background: #fff;
    border-left: 1px solid #ADADAD!important;
    border-right: 1px solid #ADADAD!important;
}

.body-registration .page-step-3, .body-registration .page-step-4 {
    background: none;
}

.body-registration .control-label + .radio-list {
    margin-top: 90px;
}

/*.body-registration .radio-list {
    display: inline-block;
    width: 66%
}*/

.body-registration .radio-list .popover-placement,
.body-registration .radio-list + label .popover-placement {
    margin-top: 13px !important;
}

.body-registration .radio-list + label + div .row > .col-sm-4 .ui-select-container .btn {
    padding-left: 20px;
    padding-right: 20px;
}

.body-registration .radio-list .row {
    display: none;
}

.body-registration .radio-list .radio,
.body-registration .radio-list + label .radio {
    display: none;
}

.body-registration .radio-list label,
.body-registration .radio-list + label {
    /*width: 280px;*/
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #848484;
    font-family: "Source Sans Pro";
    font-size: 20px;
    letter-spacing: 0.62px;
    line-height: 25px;
    text-align: center;
    padding-top: 160px;
}

.body-registration .radio-list label:before,
.body-registration .radio-list + label:before {
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 116px;
}

.body-registration .radio-list label:first-child:before {
    background-image: url(../img/ico-computer.svg);
    width: 90px;
}

.body-registration .radio-list label:nth-of-type(2):before {
    background-image: url(../img/ico-pin.svg);
    width: 69px;
}

.body-registration .radio-list label:nth-of-type(3):before,
.body-registration .radio-list + label:before {
    background-image: url(../img/ico-travel.svg);
    width: 94px;
}

.body-registration .radio-list br {
    display: none;
}

.body-registration .navbar-brand, 
.body-registration .navbar > .container .navbar-brand, 
.body-registration .navbar > .container-fluid .navbar-brand {
}

.body-registration .registration-step > .portlet {
    margin-top: 150px;
}

.body-registration .registration-step > .portlet ~ .portlet {
    margin-top: 120px;
}

.body-registration .portlet {
    margin-top: 150px;
    font-family: 'Source Sans Pro', sans-serif;
    clear: both;
}

.body-registration .portlet > .btn {
    margin-top: -120px;
}

.body-registration h4.form-section {
    margin-top: 0!important;
    text-align: center;
}

.body-registration .add-member-button {
    margin-left: 0;
    margin-top: 50px;
}


.body-registration .portlet .portlet-title + div .portlet {
    margin-top: 0;
}

.body-registration .form-group .control-label { 
    display: none
}

.body-registration .control-label {
    text-align: left;
}

.body-registration .control-label b {
    color: #090909!important;
    font-family: "Source Sans Pro";
    font-size: 40px;
    font-weight: 300;
    line-height: 50px;
    text-align: center;
    text-transform: none!important;
} 

.body-registration .form-group .form-control[disabled], 
.body-registration .form-group .form-control[readonly],
.body-registration .form-group fieldset[disabled] .form-control {
    cursor: not-allowed;
    background: #eee
}

.body-registration .control-label label {
    font-size: 21px;
    font-weight: 300;
    line-height: 27px;
    color: #090909;
    text-align: center;
}

.body-registration .control-label .btn-success {
    height: 18px;   
    width: 18px;    
    border: 1px solid #02B0E5;  
    border-radius: 2px;
    background-color: #fff;
    padding: 0;
    position: relative;
    top: -2px;
    margin-right: 15px;
    display: inline-block;
    min-width: 0;
}

.body-registration .control-label .btn-success .fa:before,
.body-registration .control-label .btn-success .fa:after {
    position: absolute;
    content: '';
    background: #02B0E5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.body-registration .control-label .btn-success .fa:before {
    width: 10px;
    height: 1px;
}

.body-registration .control-label .btn-success .fa-plus:after {
    height: 10px;
    width: 1px;
}

.body-registration .control-label[for="NumberOfPros"] {
    font-size: 21px;
    color: #090909;
    font-weight: 300;   
    line-height: 27px;
    margin-bottom: 50px!important;
}

.body-registration .row {
    text-align: center;
}

.body-registration #stripeForm {
    background: url(../img/ico-credit-card.svg) no-repeat 95% 50%;
    background-size: 33px 22px;
}

.body-registration #continueWithoutPayment .btn-success,
.body-registration #stripeForm .btn-success {
    color: #848484;
    border: 1px solid #ADADAD;
    height: 60px;
}

.body-registration #paypalForm {
    background: url(../img/ico-paypal.svg) no-repeat 50% 50%;
    background-size: 100px 25px;
}

.body-registration #paypalForm .btn-success {
    font-size: 0;
    height: 60px;
    border: 1px solid #ADADAD;
}

.body-registration .form.portlet-body {
    margin-bottom: 70px;
}

.body-registration .form .inlineFlex {
    width: 100%!important;
    display: flex!important;
    flex-wrap: wrap;
}

.body-registration .form .inlineFlex input[type="checkbox"] {
    position: relative;
    top: -15px;
}

.body-registration .form .checker {
    width: 18px;
    height: 18px;
    line-height: 1;
    border-radius: 2px;
    /*margin-right: 25px!important;*/
}

.body-registration .form .checker input {
    margin-left: -10px;
    opacity: 1;
}

.body-registration .form .checker span {
    background: none;
}

.body-registration .form .checkbox {
    position: relative;
    padding-left: 13px;
    text-align: left;
}

.body-registration .form .checkbox i {
    position: absolute;
    right: -30px;
    top: 1px;                                           
    font-size: 22px;
}

.body-registration .form .checkbox .fa-times {
    top: 6px;
    right: -27px;
    
}

.body-registration .form .checkbox.non-diving-checkbox {
    margin-top: 10px;
}

.body-registration input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 18px;
    width: 18px;
    border: 1px solid #ADADAD;  
    border-radius: 2px;
}

.body-registration .radio-list div.radio span,
.body-registration .radio-list + label div.radio span {
    opacity: 0;
}

.body-registration input:checked {
    background-image: url(../img/ico-blue-check.svg);
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: 50% 50%;
}

.body-registration .checkbox, .gray-font-style {
    position: relative;
    color: #090909;
    font-family: "Source Sans Pro";
    font-size: 17px;
    font-weight: 300;
    line-height: 27px;
    text-align: center;
    padding-bottom: 0px;
    padding-top: 10px;
    max-width: 700px;
    outline: 0;
}

.body-registration .checkbox br {
    display: none;
}
       
.body-registration .form .row + .row {
    margin-top: 70px;
    clear: both;
}

.body-registration .row:before,
.body-registration .row:after {
    content: '';
}

.body-registration .day select,
.body-registration .month select,
.body-registration .year select {
    padding-right: 30px!important;
}

.body-registration .input-group-btn { 
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    text-align: right;
    border-radius: 4px;
}

.body-registration .input-group-btn .btn {
    border: 0;
    height: 52px;
    margin: 1px 1px 1px 0;
}

.body-registration .input-group-btn .btn {
    width: 28px;
    height: 27px;
    background: url(../img/ico-calendar.png) no-repeat 0 0!important;
    background-size: 28px 27px;
    padding: 0;
    margin: 14px 15px 0 0;
    opacity: 1;
    z-index: 22;
}

.body-registration .input-group-btn .btn .glyphicon-calendar {
    display: none;
}

.body-registration .form-group,
.body-registration .input-group {
    height: 54px;
    width: 100%;
    border-radius: 4px;
    color: #090909;
    line-height: 25px;
    text-align: center;
}

.body-registration .form-group .help-block {
    margin-top: -3px;
    color: #FF565B;
    font-size: 13px;
}

.body-registration fieldset:not(.col-sm-1):not(.col-sm-2):not(.col-sm-3):not(.col-sm-4):not(.col-sm-5):not(.col-sm-6):not(.col-sm-7):not(.col-sm-8):not(.col-sm-9):not(.col-sm-10):not(.col-sm-11):not(.col-sm-12):not(.row) {
    width: 100%;
}

.body-registration .member-label-first {
    margin: 0;
}

.body-registration .col-sm-4 > .form-group > .popover-placement {
    text-align: left;
}  

.body-registration .col-sm-6 > .control-label {
    display: none;
}

.body-registration .input-group .form-control:first-child, 
.input-group-addon:first-child, 
.input-group-btn:first-child>.btn, 
.input-group-btn:first-child>.btn-group>.btn, 
.input-group-btn:first-child>.dropdown-toggle, 
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), 
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-radius: 4px;
    padding-right: 30px;
    z-index: 21;
}

.body-registration .form-control {
    border-color: #C6C6C6;
    border-radius: 4px;
    overflow: hidden;
}

.body-registration select.form-control {
    background-image: url(../img/ico-arrow-down.png);
    background-size: 23px 11px;
    background-position: 93% 50%;
    background-repeat: no-repeat;
    padding: 6px 48px 6px 12px;
}

.body-registration .ui-select-container .ui-select-match {
    position: relative;
}

    .body-registration .ui-select-container .ui-select-match:after {
        position: absolute;
        content: '';
        width: 23px;
        height: 11px;
        background: url(../img/ico-arrow-down.png) no-repeat 0 0;
        right: 21px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
    }

.body-registration .ui-select-container .ui-select-match > .btn {
    padding-right: 25px;
    padding-left: 25px;
}

.body-registration .form-control::placeholder {
    color: #848484;
}

.body-registration .ui-select-bootstrap .ui-select-toggle>.caret {
    display: none;
}

.body-registration .form-group div,
.body-registration .form-control {
    line-height: 2;
    height: 54px;
    color: #848484;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.82px;
    text-transform: none!important;
    /*background-color: #FDFDFD;*/
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.body-registration .form-group .ui-select-choices-row {
    height: 100%;
}

.body-registration .form-group div:after,
.body-registration .form-control:after,
.body-registration .form-group .btn:after {
    position: absolute:
    content: "";
}

.body-registration .form-control.btn  {
    text-align: center!important;
}

.body-registration [ng-click="addMember()"]:before {
    display: none;
}

.body-registration .ui-select-placeholder,
.body-registration .ui-select-match-text{
    line-height: 40px;
    float: none!important;
}


.body-registration .portlet.light > .portlet-title > .caption.caption-md > .caption-subject,
.body-registration .control-label .ng-binding {
    color: #090909!important ;  
    font-family: "Source Sans Pro"; 
    font-size: 40px;
    font-weight: 300;
    line-height: 50px;
    text-align: center;
    text-transform: none!important;
}

.body-registration .has-error .form-control {
    border-color: #EC0B0B;
}

.body-registration .has-error .help-block {
    /*position: absolute;*/
    font-size: 13px;
/*     bottom: -12px; */
    left: 0;
    width: 100%;
    color: #EC0B0B;
    text-align: center;
    /*line-height: 1;*/
    top: 100%;
}

.body-registration [ng-if^="isShowLiveabord"] {
    margin-top: 0!important;
}

.body-registration [ng-if^="referringPartnerRadio"], padding-top-50 {
    padding: 50px 0 0 0;
}

.body-registration .btn-success, 
.body-registration .summary-section ~ .row > .col-sm-8 .portlet-body .form-inline .btn-default {
    background-color: transparent;
    color: #02B0E5; 
    font-family: "Source Sans Pro"; 
    font-size: 20px;    
    letter-spacing: 0.82px; 
    line-height: 25px;  
    text-align: center;
    opacity: 1;
    height: 56px;
    min-width: 200px;
    border: 1px solid #02B0E5;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color .3s, color .3s;
}

.body-registration .btn-success:visited, 
.body-registration .summary-section ~ .row > .col-sm-8 .portlet-body .form-inline .btn-default:visited {
    background-color: #02B0E5!important;
    color: #fff!important;
}

.body-registration .btn-success:hover, 
.body-registration .summary-section ~ .row > .col-sm-8 .portlet-body .form-inline .btn-default:hover {
    background-color: rgba(2,176,229,0.12);
}

.portlet.light > .portlet-title > .caption {
    padding: 0;
}

.body-registration .portlet > .portlet-title > .caption {
    float: none;
    display: block;
    text-align: center;
}

.portlet.light.bordered > .portlet-title {
    border: 0;
    margin-bottom: 30px;
}

.body-registration .portlet > .portlet-title > .caption i {
    display: none
}

.registration-navbar {
    background: linear-gradient(270deg, #05D8F4 0%, #02B0E5 100%);
}

.body-registration .ui-select-bootstrap .ui-select-choices-row>a {
    text-align: left;
    font-size: 18px;
    padding: 3px 12px;
}

.body-registration .ui-select-bootstrap .ui-select-choices-row.active>a {
    background-color: #02B0E5;
    color: #fff!important;
}

.body-registration .ui-select-choices-row.active {
    color: #fff;
}

.body-registration i.fa-question-circle:before {
    content: '';
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(../img/ico-question.svg) no-repeat 0 0;
}

.body-registration .dropdown-menu {
    outline: 0;
    width: 422px;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}

.body-registration .dropdown-menu.ui-select-choices {
    width: 100%!important;
}


.body-registration .dropdown-menu li {
    padding: 0!important;
}

.body-registration .dropdown-menu[ng-change="dateSelection()"]{
    box-shadow: none;
}

.body-registration .dropdown-menu table {
    font-family: 'Source Sans Pro', sans-serif;
    width: 100%;
    outline: 0;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}

.body-registration .dropdown-menu .btn {
    border: 0;
    font-size: 18px;
    padding: 0;
}

.body-registration .dropdown-menu tbody .btn-sm {
    width: 60px!important;
    height: 60px;
    line-height: 60px;
    border-radius: 8px;
}

.body-registration .dropdown-menu tbody .btn-sm.active,
.body-registration .dropdown-menu .btn-info,
.body-registration .dropdown-menu .btn-danger,
.body-registration .dropdown-menu .btn-success {
    background-color: #02B0E5;
    color: #fff;
    font-weight: 700;
} 

.body-registration .dropdown-menu .btn[disabled="disabled"],
.body-registration .dropdown-menu .btn .text-muted {
    color: #C4CDD5;
}


.body-registration .dropdown-menu .btn-group .btn-info,
.body-registration .dropdown-menu .btn-group .btn-danger,
.body-registration .dropdown-menu .btn-group .btn-success {
    display: none;
}

.body-registration .dropdown-menu .btn-group + .btn-success {
    display: none;
}

.body-registration .dropdown-menu .btn-info {
    display: block;
    font-weight: bold;    
}

.body-registration .dropdown-menu .btn-info .text-info {
    color: #fff
}

.body-registration .dropdown-menu thead {
    border-bottom: 1px solid #DFE4E8;
}

.body-registration .dropdown-menu thead tr:nth-child(1) {
    height: 79px;
    border-bottom: 1px solid #DFE4E8;
    border-radius: 8px;
}

.body-registration .dropdown-menu thead tr:nth-child(1) .btn:hover {
    background-color: #fff;
}

.body-registration .dropdown-menu thead tr:nth-child(1) .btn:hover i {
    border-color: #02B0E5;
}

.body-registration .dropdown-menu thead tr:nth-child(1) .btn.pull-left {
    padding-left: 32px;
}

.body-registration .dropdown-menu thead tr:nth-child(1) .btn.pull-right {
    padding-right: 32px;
}

.body-registration .dropdown-menu thead tr:nth-child(1) .btn i {
    width: 12px;
    height: 12px;
    border: 1px solid #979797;
    transform: rotate(45deg);
    border-top: 0;
    border-right: 0;
}

.body-registration .dropdown-menu thead tr:nth-child(1) .btn.pull-right i {
    transform: rotate(-135deg);
}

.body-registration .dropdown-menu thead tr:nth-child(1) .btn i:before {
    content: none;
}

.body-registration .dropdown-menu thead tr:nth-child(2) {
    height: 38px;
}

.body-registration .dropdown-menu thead tr:nth-child(2) th small {
    color: #919EAB;
    font-size: 15px;
    font-weight: 700;
}

.body-registration .dropdown-menu thead tr:nth-child(1) th  {
    text-align: center;
}

.body-registration .dropdown-menu th .ng-binding {
    font-size: 18px;
    color: #212B35;
}

.body-registration .modal-content {
    padding: 55px 50px 50px;
    border: 1px solid #C1C1C1;
    border-radius: 8px;
    background-color: rgba(255,255,255,0.93);
    box-shadow: 0 0 18px 0 rgba(0,0,0,0.14);
    overflow: hidden;
}

.body-registration .modal .modal-header {
    margin-bottom: 50px;
    padding: 0;
}

.body-registration .modal .modal-header .modal-title {
    color: #090909;
    font-family: "Source Sans Pro";
    font-size: 40px;
    font-weight: 300;
    line-height: 50px;
    text-align: center;
}

.body-registration .modal .modal-body {
    font-size: 21px;
    font-weight: 300;
    line-height: 27px;
}

.body-registration .modal .modal-footer {
    padding-top: 60px;
}

.body-registration .modal .modal-footer .btn {
    font-size: 20px;
    border: 1px solid #02B0E5;  
    border-radius: 8px;
    background-color: transparent;
    height: 60px;
    text-transform: none;
    color: #02B0E5;
    min-width: 200px;
}

.body-registration .modal .modal-footer .btn + .btn {
    margin-left: 50px;
}

.body-registration .modal .modal-footer .btn-success {
    background-color: #02B0E5;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.body-registration div[ng-form="memberForm"] {
    clear: both;
}

.body-registration .summary-section .portlet.light {
    border: 1px solid #ADADAD!important;    
    border-radius: 8px;
    padding: 0;
    margin-top: 0;
}

.body-registration .summary-section .portlet.light .portlet-title {
    padding: 13px 37px;
    background: linear-gradient(90deg, rgba(119, 244,5, .16) 0%, rgba(229, 119, 2, .16) 100%);
    margin-bottom: 0;
}

.body-registration .summary-section .portlet.light .portlet-title .btn {
    background: transparent;
    border: 0;
    font-size: 21px;
    font-weight: 300;
    padding: 0;
    top: 5px;
    position: relative;
}

.body-registration .summary-section .portlet.light .portlet-title .caption-subject {
    font-size: 32px!important;
}

.body-registration .summary-section .portlet.light .portlet-body {
    padding: 20px 37px 35px;
}

.body-registration .summary-section .portlet.light .portlet-body .ng-binding:not(span):not(.amountToPayPrice) {
    font-size: 21px!important;
    text-align: left;
    font-weight: 300;
}

.body-registration .summary-section .portlet.light .portlet-body .control-label {
    display: block;
}

.body-registration .summary-section .portlet.light .portlet-body .control-label b {
    text-align: left;
    font-size: 22px!important;
    font-weight: 400;
}

.body-registration .summary-section .portlet.light .amountToPayPrice {
    margin: 0;
    padding: 0 18px 0 0;
    text-align: right!important;
    font-size: 32px!important;
    font-weight: 400;
    color: #0B3644;
}

.body-registration .summary-section .portlet.light .row + .col-lg-12 {
    border-color: #ADADAD!important;
    float: none;
    overflow: hidden;
    padding-top: 15px!important;
}

.body-registration .summary-section .portlet.light .row + .col-lg-12 h3 {
    text-align: right;
}

.body-registration .summary-section .portlet.light .row + .col-lg-12 [class^="col"] {
    padding: 0;
}

.body-registration .summary-section .portlet.light .portlet {
    padding: 0;
}

.body-registration .summary-section .portlet.light .portlet .portlet-body {
    padding: 0;
}

.body-registration .summary-section .portlet.light .portlet .portlet-body .text-left h3 {
    margin-top: 25px;
    text-align: right;
    font-size: 21px;
    min-height: 43px;
}

.body-registration .summary-section .portlet.light .portlet .portlet-body .text-right h3,
.body-registration .summary-section .portlet.light .row + .col-lg-12 .text-right h3 {
    text-align: right;
    font-size: 32px!important;
    font-weight: 400;
}

.body-registration .summary-section .portlet.light .row + .col-lg-12 .text-left h3 {
    line-height: 43px;
}

.body-registration .summary-section .portlet.light .portlet .portlet-body h3 + h3 {
    margin-top: 32px;
}

.body-registration .summary-section .portlet.light + .row .portlet {
    margin-top: 0;
    padding: 0;
}

.body-registration .summary-section + .row .form-inline {
    margin-bottom: 65px;
}

.body-registration .summary-section + .row .form-inline .btn {
    border: 1px solid #02B0E5;
    border-radius: 8px;
    color: #02B0E5;
    font-size: 21px;
    font-weight: 300;
    height: 60px;
    min-width: 280px;
    margin-top: 30px;
    transition: background .3s, color .3s;
}

.body-registration .summary-section + .row .form-inline .btn:hover {
    background: #02B0E5;
    color: #fff;
}

.body-registration .summary-section + .row .form-inline .form-group {
    height: auto;
    position: relative;
}

.body-registration .summary-section + .row .form-inline .form-control {
    border: 1px solid #02B0E5;  border-radius: 8px;
    color: #02B0E5!important;
    font-family: "Source Sans Pro";
    font-size: 21px;
    font-weight: 300;
    height: 60px;
}

.body-registration .summary-section + .row .form-inline .form-control::placeholder {
    color: #02B0E5!important;
}

.body-registration .summary-section .portlet.light + .row .portlet .form-control {
    background: transparent;
}

.body-registration .summary-section .portlet.light ~ .row div.ng-scope:not(.portlet) {
    display: inline-block;
    vertical-align: middle;
}

.body-registration .summary-section .portlet.light ~ .row .control-label {
    margin-bottom: 60px;
}

.body-registration .summary-section .portlet.light ~ .row div.ng-scope #stripeForm .btn,
.body-registration .summary-section .portlet.light ~ .row div.ng-scope #continueWithoutPayment .btn,
.body-registration .summary-section .portlet.light ~ .row div.ng-scope #paypalForm .btn {
    min-width: 280px;
    border-radius: 4px;
}

.body-registration .summary-section .portlet.light ~ .row div.ng-scope + div.ng-scope {
    margin-left: 120px;
}

.body-registration .summary-section .portlet.light + .row:last-child {
    margin-bottom: 100px;
}


@media (max-width: 1199px) {

    .body-registration .page-step-2 .program-class-1-price ~ .row .btn-success,
    .body-registration .page-step-2 .program-class-2-price ~ .row .btn-success,
    .body-registration .page-step-2 .program-class-3-price ~ .row .btn-success {
        padding: 5px 5px!important;
        font-size: 14px!important;
        margin-top: 0px!important;
    }   
    
    .body-registration .page-step-2 i.program-class-1-name, 
    .body-registration .page-step-2 i.program-class-2-name, 
    .body-registration .page-step-2 i.program-class-3-name {
        right: auto;
        left: 50%;
        transform: translateX(50%);
        top: -113px;
    }
    
    .body-registration .page-step-2 .programName {
        font-size: 15px;                                
    }
    
    .body-registration .page-step-2 .priceComparisonTBL { font-size: 40px!important; }
    
    .body-registration .summary-section .portlet.light .amountToPayPrice { /*padding: 0;*/ font-size: 26px!important; z-index: 1; }
    
    .body-registration .summary-section .portlet.light .portlet .portlet-body .text-right h3, .body-registration .summary-section .portlet.light .row + .col-lg-12 .text-right h3 { font-size: 26px!important; }
    
    .body-registration .summary-section .portlet.light .portlet { padding: 0!important; }
    
    .body-registration .summary-section .portlet.light .portlet .portlet-body .text-left h3 { margin-top: 20px; }
    
    .body-registration .summary-section .portlet.light .row + .col-lg-12 .text-left h3 { line-height: 37px; }
    
    .body-registration .summary-section .portlet.light .portlet-body .control-label b { line-height: 1.2; }
}

@media (max-width: 1023px) {
    .body-registration .page-step-2 .program-class-1-price, .body-registration .page-step-2 .program-class-2-price, .body-registration .page-step-2 .program-class-3-price {
        font-size: 25px!important;
    }
    
    .body-registration .page-step-2 .program-class-1-name a, .body-registration .page-step-2 .program-class-2-name a {
        font-size: 30px;   
        display: inline-block;
        white-space: normal;
        min-height: 66px;
    }
    
    .body-registration .page-step-2 .programName { font-size: 12px; }
    
    .body-registration .page-step-2 .priceComparisonTBL { font-size: 33px!important; }
    
    .body-registration .page-step-2 .program-class-1-price, .body-registration .page-step-2 .program-class-2-price, .body-registration .page-step-2 .program-class-3-price, .body-registration .page-step-2 .program-class-5-price, .body-registration .page-step-2 .program-class-6-price, .body-registration .page-step-2 .program-class-7-price { padding: 0 4px!important; }
    
    .body-registration .portlet[ng-if^="!showExtendedForm && comparisonTable && ((!isModal)"] > .portlet-body > .row > [ng-repeat^="program in comparisonTable.Programs"] > [class*="col-"] h1, .body-registration .portlet[ng-if^="!showExtendedForm && ((divingComparisonTable && !isModal)"] > .portlet-body > .row > [ng-repeat^="program in divingComparisonTable.Programs"] > [class*="col-"] h1, .body-registration .portlet[ng-if^="!showExtendedForm && ((membershipComparisonTable && !isModal)"] > .portlet-body > .row > [ng-repeat^="program in membershipComparisonTable.Programs"] > [class*="col-"] h1, .body-registration .portlet[ng-if^="!showExtendedForm && ((travelComparisonTable && !isModal)"] > .portlet-body > .row > [ng-repeat^="program in travelComparisonTable.Programs"] > [class*="col-"] h1 {
    padding: 60px 0 0px!important;
    }
    
    .body-registration .page-step-2 i.program-class-1-name, .body-registration .page-step-2 i.program-class-2-name, .body-registration .page-step-2 i.program-class-3-name { top: -105px; }
    
    .body-registration .page-step-2 .rowLine .program-class-1-price .programName .spacilLink, .body-registration .page-step-2 .rowLine .program-class-2-price .programName .spacilLink, .body-registration .page-step-2 .rowLine .program-class-3-price .programName .spacilLink { font-size: 30px; }
    
    .body-registration .page-step-2 .portlet-body .ng-scope .ng-scope:nth-child(1) .text-center .comparison-table-cell span {
        font-size: 15px;                                        
    }
    
    .body-registration .page-step-2 .portlet-body .ng-scope .comparison-table-cell-content {
        font-size: 18px;
    }
    
    .body-registration .summary-section .portlet.light .amountToPayPrice { position: relative; right: 20px; }
}

@media (max-width: 767px) {
    .body-registration .modal .modal-footer .btn + .btn {
        margin: 30px 0 0 0;                                         
    }
    
    .body-registration .registration-step + .registration-step .portlet.light:only-of-type .portlet-body [ng-repeat^="feature "]:first-child .text-center .comparison-table-cell-content {
        white-space: normal;
    }
    
    .body-registration .form .checkbox.non-diving-checkbox {
        margin-top: 40px;                                           
    }
    
    .body-registration .form .checkbox i {
        right: 0                                                
    }
    
    .body-registration .registration-step > .portlet ~ .portlet {
        margin-top: 40px;                                    
    }
    
    .body-registration .referringPartnerRow {
        font-size: 20px;                   
        text-align: center;   
        justify-content: center;                                            
    }
    
    .body-registration .portlet-body .col-sm-4.col-xs-6 .col-sm-1.hidden-xs {
        position: static;                                    
    }
    
    .body-registration .portlet > .btn {
        margin-top: -40px;                                        
    }
    
    .body-registration .portlet {
        margin-top: 40px;                                    
    }
    
    .body-registration .form-group, .body-registration .input-group {
        margin-bottom: 20px;                                        
    }
    
    .body-registration .has-error .help-block {
        bottom: -29px;                                        
    }
    
    .body-registration .input-group .form-control:first-child, 
    .input-group-addon:first-child, 
    .input-group-btn:first-child>.btn, 
    .input-group-btn:first-child>.btn-group>.btn, 
    .input-group-btn:first-child>.dropdown-toggle, 
    .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), 
    .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
         padding-right: 0px;                               
    }
    
    .body-registration .page-step-2 .portlet-body {
        padding-left: 0!important;                                    
        padding-right: 0!important;                                    
    }
    
    .body-registration .page-step-2 .portlet.light > .portlet-title > .caption {
        padding-left: 15px;
        margin-bottom: 30px;
    }
    
    .body-registration .page-step-2 .portlet.light > .portlet-title {
        margin-bottom: 20px;                                    
    }
    
    .body-registration .page-step-2 .stickable {
        margin-bottom: 50px;                                    
    }
    
    .body-registration .page-step-2 .stickable > .ng-scope {
        overflow: hidden;                                    
    }
    
    .body-registration .page-step-2 .comparison-table-cell,
    .body-registration .page-step-2 .comparison-table-cell-content {
        max-width: 290px;                                    
        margin: auto;
        text-align: center;
        border:0!important;
    }
    
    .body-registration .page-step-2 .comparison-table-cell {
        border: 0!important;                                    
    }
    
    .body-registration .page-step-2 .stickable > .ng-scope + .ng-scope { margin-top: 50px; }
    
    .body-registration .page-step-2 .program-class-1-price ~ .row, .body-registration .page-step-2 .program-class-2-price ~ .row {
        border: 0!important;                                    
    }
    
    .body-registration .page-step-2 .registration-step + .registration-step .portlet.light:only-of-type .portlet-body .btn {
        margin: 0px 0 50px;
    }
    
    .body-registration .page-step-2 .portlet-body .ng-scope .text-center {
        border-bottom:0!important;
    }
    
    .body-registration .page-step-2 .portlet-body .ng-scope .ng-scope:last-child .text-center:after {
        content: none;
    }

    
    .body-registration .page-step-2 .comparison-table-cell {
        background: transparent!important;                                    
    }
    
    .body-registration .portlet[ng-if^="!showExtendedForm && comparisonTable && ((!isModal)"] > .portlet-body > .row > [ng-repeat^="program in comparisonTable.Programs"] > [class*="col-"] .comparison-table-cell-content, .body-registration .portlet[ng-if^="!showExtendedForm && ((divingComparisonTable && !isModal)"] > .portlet-body > .row > [ng-repeat^="program in divingComparisonTable.Programs"] > [class*="col-"] .comparison-table-cell-content, .body-registration .portlet[ng-if^="!showExtendedForm && ((membershipComparisonTable && !isModal)"] > .portlet-body > .row > [ng-repeat^="program in membershipComparisonTable.Programs"] > [class*="col-"] .comparison-table-cell-content, .body-registration .portlet[ng-if^="!showExtendedForm && ((travelComparisonTable && !isModal)"] > .portlet-body > .row > [ng-repeat^="program in travelComparisonTable.Programs"] > [class*="col-"] .comparison-table-cell-content {
        background: #fff;     
        border-radius: 8px;
    }
    
    .body-registration .page-step-2 .portlet-body .row > .ng-scope:last-child .ng-scope:nth-child(2) .text-center, .body-registration .page-step-2 .portlet-body .row > .ng-scope:last-child .ng-scope:nth-child(3) .text-center, .body-registration .page-step-2 .portlet-body .row > .ng-scope:last-child .ng-scope:nth-child(4) .text-center,
    .body-registration .page-step-2 .portlet-body .ng-scope .ng-scope:nth-child(1) .text-center .comparison-table-cell{
        border-top: 1px solid #DBDBDB!important;                                    
    }
    
.body-registration .portlet[ng-if^="!showExtendedForm && comparisonTable && ((!isModal)"] > .portlet-body > .row > [ng-repeat^="program in comparisonTable.Programs"] > [class*="col-"] .comparison-table-cell:first-child, .body-registration .portlet[ng-if^="!showExtendedForm && ((divingComparisonTable && !isModal)"] > .portlet-body > .row > [ng-repeat^="program in divingComparisonTable.Programs"] > [class*="col-"] > .comparison-table-cell:first-child, .body-registration .portlet[ng-if^="!showExtendedForm && ((membershipComparisonTable && !isModal)"] > .portlet-body > .row > [ng-repeat^="program in membershipComparisonTable.Programs"] > [class*="col-"] > .comparison-table-cell:first-child, .body-registration .portlet[ng-if^="!showExtendedForm && ((travelComparisonTable && !isModal)"] > .portlet-body > .row > [ng-repeat^="program in travelComparisonTable.Programs"] > [class*="col-"] > .comparison-table-cell:first-child, .body-registration .portlet[ng-if^="!showExtendedForm && comparisonTable && ((!isModal)"] > .portlet-body > .row > [ng-repeat^="program in comparisonTable.Programs"] > [class*="col-"] .comparison-table-cell-selected:first-child, .body-registration .portlet[ng-if^="!showExtendedForm && ((divingComparisonTable && !isModal)"] > .portlet-body > .row > [ng-repeat^="program in divingComparisonTable.Programs"] > [class*="col-"] > .comparison-table-cell-selected:first-child, .body-registration .portlet[ng-if^="!showExtendedForm && ((membershipComparisonTable && !isModal)"] > .portlet-body > .row > [ng-repeat^="program in membershipComparisonTable.Programs"] > [class*="col-"] > .comparison-table-cell-selected:first-child, .body-registration .portlet[ng-if^="!showExtendedForm && ((travelComparisonTable && !isModal)"] > .portlet-body > .row > [ng-repeat^="program in travelComparisonTable.Programs"] > [class*="col-"] > .comparison-table-cell-selected:first-child {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;                                            
    border-bottom: 1px solid #ADADAD!important;                                            
    }
    
    .body-registration .page-step-2 .portlet-body .ng-scope .ng-scope:nth-child(1) .text-center .comparison-table-cell span {
        font-size: 20px;                                    
    }

    .body-registration .page-step-2 .row:not(.stickable) > .ng-scope .comparison-table-cell,
    .body-registration .page-step-2 .row:not(.stickable) > .ng-scope .comparison-table-cell-content {
        max-width: 100%;
    }

    .body-registration .page-step-2 .portlet-body .row > .ng-scope:last-child .ng-scope:nth-child(2) .comparison-table-cell, .body-registration .page-step-2 .portlet-body .row > .ng-scope:last-child .ng-scope:nth-child(3) .comparison-table-cell, .body-registration .page-step-2 .portlet-body .row > .ng-scope:last-child .ng-scope:last-child .comparison-table-cell {
        border-bottom: 0!important;
        border-radius: 0!important;
    }

    .body-registration .portlet.light > .portlet-title > .caption.caption-md > .caption-subject, .body-registration .control-label .ng-binding {
        font-size: 25px;
    }

    .body-registration .page-step-2 .program-class-1-name a, .body-registration .page-step-2 .program-class-2-name a {
        min-height: 0;
    }
    
    .body-registration .page-step-2 .program-class-1-price, .body-registration .page-step-2 .program-class-2-price, .body-registration .page-step-2 .program-class-3-price, .body-registration .page-step-2 .program-class-5-price, .body-registration .page-step-2 .program-class-6-price, .body-registration .page-step-2 .program-class-7-price { width: 50%; display: inline-block; padding: 0 15px!important; }
    
    .body-registration .page-step-2 .program-class-1-price ~ .row .btn-success, .body-registration .page-step-2 .program-class-2-price ~ .row .btn-success, .body-registration .page-step-2 .program-class-3-price ~ .row .btn-success { padding: 5px 0!important; }
    
    .body-registration .page-step-2 .rowLine .program-class-1-price .programName .spacilLink, .body-registration .page-step-2 .rowLine .program-class-2-price .programName .spacilLink, .body-registration .page-step-2 .rowLine .program-class-3-price .programName .spacilLink { margin-right: -120%; }
    
    .body-registration .page-step-2 .portlet-body .row.stickable .ng-scope .text-center.col-xs-4 { min-width: 300px; float: none; display: block; margin: auto; }
    .body-registration .page-step-2 .portlet-body .row .ng-scope .text-center.col-xs-4 { min-width: 300px; float: none; display: block; margin: auto; width: 100%; }
    
    .body-registration .summary-section .portlet.light .portlet-title .caption-subject { text-align: left!important; }
    
    .body-registration .summary-section .portlet.light .portlet-title { padding: 10px 15px; position: relative; }
    
    .body-registration .summary-section .portlet.light .portlet-title .caption { padding-left: 0; }
    
    .body-registration .summary-section .portlet.light .portlet-title .caption-subject { font-size: 24px!important; line-height: 1.3!important; }
    
    .body-registration .summary-section .portlet.light .portlet-body { padding: 20px 0px; }
    
    .body-registration .summary-section + .row .form-inline { margin-left: 15px; margin-right: 15px; }
    
    .body-registration .summary-section .portlet.light .portlet-body .col-xs-12 + .col-xs-12 { margin-top: 10px;  }
    
    .body-registration .summary-section .portlet.light .portlet-body .control-label { margin-bottom: 0; }
    
    .body-registration .summary-section .portlet.light .portlet-body .control-label b { padding-bottom: 0; }
    
    .body-registration .summary-section .portlet.light .portlet-body .ng-binding:not(span):not(.amountToPayPrice) { font-size: 18px!important; }
    
    .body-registration .summary-section.light.portlet [class*="col-"] { padding: 0 15px; }
    
    .body-registration .summary-section .portlet.light .amountToPayPrice { right: 0; margin-top: 20px; }
    
    .body-registration .summary-section .portlet.light .row + .row { margin-top: 40px; }
    
    .body-registration .summary-section .portlet.light ~ .row div.ng-scope + div.ng-scope { margin: 0px 0 0 0; }
    
    .body-registration .summary-section .portlet.light ~ .row .control-label { margin-bottom: 10px; }
    
    .body-registration .summary-section .portlet.light ~ .row .control-label b { font-size: 32px!important; }
    
    .body-registration .summary-section .portlet.light .portlet .portlet-body .text-right h3, .body-registration .summary-section .portlet.light .row + .col-lg-12 .text-right h3 { font-size: 32px!important; }
    
    .body-registration .summary-section .portlet.light .portlet .portlet-body .text-left h3 { margin-top: 27px; }
    
    .body-registration .summary-section .portlet.light .row + .col-lg-12 { margin: 0 12px!important; }
    
    .body-registration .summary-section .portlet.light .row + .col-lg-12 h3 { text-align: left; padding-right: 25px; }
    
    .body-registration .summary-section + .row .form-inline { margin-bottom: 0; }
    
    .body-registration .summary-section .portlet.light .portlet-title .btn { font-size: 18px; }
    
    .body-registration .portlet.light > .portlet-title > .caption.caption-md > .caption-subject, .body-registration .control-label .ng-binding { padding-right: 38px; }
    
    .body-registration .summary-section .portlet.light > .portlet-title > .tools { display: block; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); }
    
    .body-registration .summary-section .portlet.light .row + .col-lg-12 .text-left h3 { font-size: 21px; }
}
