/* here you can put your own css to customize and override the theme */

/* gal */
.inner-arrow {
    position: absolute;
    top: -9px;
    right: -2px;
    border-color: transparent #FF0066;
    border-style: solid;
    border-width: 14px 0px 14px 14px;
    height: 0px;
    width: 0px;
    transform: rotate(-45deg);
    opacity: 0.4;
    cursor: pointer;
}

.input-group-addon-table {
    width: auto !important;
}

.parent-inner-arrow {
    display: inline-block;
    position: relative;
    outline: 1px solid #33CC33;
}

.CountriesListUl {
    list-style: none;
}

    .CountriesListUl li {
        list-style: none;
    }

    .CountriesListUl ul {
        list-style: none;
    }

        .CountriesListUl ul li {
            list-style: none;
        }

li span.IsSelectedCountry {
    text-decoration: underline;
    color: red;
}

li span.IsActiveSelectedCountry {
    cursor: pointer;
}

/* uri */
.alerts-container {
    position: fixed;
    top: 5px;
    right: 50%;
    width: 500px;
    margin-right: -250px;
    z-index: 1000;
}

.button-column {
    min-width: 130px !important;
}

.striped-by-type {
    background-color: #f9f9f9;
}

.multiSelect {
    overflow: auto;
}

    .multiSelect .select {
        margin-right: 20px;
        float: left;
    }

    .multiSelect .buttons {
        margin-top: 100px;
    }

    .multiSelect .text {
        clear: both;
        font-size: 11px;
    }

    .multiSelect label::after {
        content: ":";
    }

.btn.mover {
    display: block;
    margin-top: 25px;
    vertical-align: top;
}

    .btn.mover.left {
        padding: 3px 8px 2px 6px;
    }

    .btn.mover.right {
        margin-top: 24px;
        padding: 3px 7px 2px;
    }

    .btn.mover i {
        margin: 0;
    }

dynamic-translation-link a {
    line-height: 39px;
}

dynamic-translation-link.inline-translation {
    margin-left: 10px;
}

.state-check-box-cursor {
    cursor: pointer;
}

.pointer-cursor {
    cursor: pointer;
}

.state-checkbox-list {
    padding-top: 10px;
    max-height: 500px;
    overflow: auto;
}

.member-label {
    margin-top: 2%;
    margin-bottom: 0;
}

.member-label-first {
    margin-top: 35px;
    margin-bottom: 0;
}

.add-member-button {
    cursor: pointer;
}

.comparison-table-cell {
    position: relative;
    margin-bottom: 15px;
    border: 3px solid #eee;
}

.comparison-table-cell-selected {
    border: 3px solid #035182;
}

.button-selected {
    border: 3px solid #035182 !important;
}

.comparison-table-cell-content {
    padding: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.multi-select-large {
    width: 300px;
}

.multi-select-normal {
    width: 180px;
}

@media (max-width: 768px) {
    .comparison-table-info-xs {
        display: none;
    }
}

@media (min-width: 768px) {
    .comparison-table-info-sm {
        display: none;
    }
}

/*@media (min-width: 992px) {
  .modal-xl {
	width: 900px;
  }
}*/
@media (max-width: 768px) {
    .suggested-product-modal .modal-dialog {
        width: 90%;
        /*margin: 30px auto;*/
    }
}

@media (min-width: 768px) {
    .suggested-product-modal .modal-dialog {
        width: 1140px;
        /*margin: 30px auto;*/
    }
}

.non-diving-checkbox {
    height: 13px;
}

.clear {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px 10px;
    position: absolute;
    right: 30px;
    top: 4px;
}

.registration-navbar {
    display: none;
    margin-bottom: 0;
}

.hide-navbar .registration-navbar {
    display: block;
}

.hide-navbar .page-header, .hide-navbar .page-head, .hide-navbar .page-prefooter, .hide-navbar .page-footer {
    display: none;
}

.hide-navbar #bodyContent {
    padding-top: 125px;
}

.registraiton-bubbles {
    position: fixed;
    float: right;
    right: 70px;
    top: 25%;
}

    .registraiton-bubbles .btn-circle {
        border-radius: 100% !important;
    }

.registration-navbar-progress {
    padding: 0 0 0 0 !important;
    margin-bottom: 0 !important;
    margin-top: 51px;
}

    .registration-navbar-progress .nav-pills {
        padding: 0 0 0 0 !important;
        margin-bottom: 0 !important;
        margin-top: 0;
    }

    .registration-navbar-progress .progress {
        margin-bottom: 0;
    }

.action-link {
    font-size: inherit !important;
    /*font-family: inherit;*/
    line-height: inherit !important;
    margin-top: 5px !important;
}

/*.page-header .page-header-top .page-logo .diveassure-logo  {
  margin: 9.5px 0 0 0;
}*/

.crm-comment-textarea {
    min-height: 100px;
    width: 100%;
}

.registration-modal {
    max-height: 90%;
}

    .registration-modal .modal-dialog {
        background: #eff3f8;
        width: 100%;
    }





/** Update by HERI , on the FLY **/
.body-registration .page-content {
    background: #dff4f7; /* Old browsers */
    background: -moz-linear-gradient(top, #dff4f7 0%, #00baeb 48%, #002f43 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dff4f7), color-stop(48%,#00baeb), color-stop(100%,#002f43)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dff4f7 0%,#00baeb 48%,#002f43 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dff4f7 0%,#00baeb 48%,#002f43 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dff4f7 0%,#00baeb 48%,#002f43 100%); /* IE10+ */
    background: linear-gradient(to bottom, #dff4f7 0%,#00baeb 48%,#002f43 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dff4f7', endColorstr='#002f43',GradientType=0 ); /* IE6-9 */
    padding-top: 43px;
}

.body-registration .page-thankyou {
    background: #011E30; /* Old browsers */
    background: -moz-linear-gradient(top, #011E30 0%, #001020 48%, #010715 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#011E30), color-stop(48%,#001020), color-stop(100%,#010715)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #011E30 0%,#001020 48%,#010715 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #011E30 0%,#001020 48%,#010715 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #011E30 0%,#001020 48%,#010715 100%); /* IE10+ */
    background: linear-gradient(to bottom, #011E30 0%,#001020 48%,#010715 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#011E30', endColorstr='#010715',GradientType=0 ); /* IE6-9 */
}

.body-registration .page-step-2 {
    padding-top: 43px;
    background: #0084AA; /* Old browsers */
    background: -moz-linear-gradient(top, #0084AA 0%, #013B51 48%, #001727 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0084AA), color-stop(48%,#013B51), color-stop(100%,#001727)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0084AA 0%,#013B51 48%,#001727 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0084AA 0%,#013B51 48%,#001727 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0084AA 0%,#013B51 48%,#001727 100%); /* IE10+ */
    background: linear-gradient(to bottom, #0084AA 0%,#013B51 48%,#001727 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0084AA', endColorstr='#001727',GradientType=0 ); /* IE6-9 */
}

.body-registration .page-step-3 {
    padding-top: 43px;
    background: #01445E; /* Old browsers */
    background: -moz-linear-gradient(top, #01445E 0%, #00263B 48%, #000815 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01445E), color-stop(48%,#00263B), color-stop(100%,#000815)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #01445E 0%,#00263B 48%,#000815 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #01445E 0%,#00263B 48%,#000815 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #01445E 0%,#00263B 48%,#000815 100%); /* IE10+ */
    background: linear-gradient(to bottom, #01445E 0%,#00263B 48%,#000815 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01445E', endColorstr='#000815',GradientType=0 ); /* IE6-9 */
}

.body-registration .page-step-4 {
    padding-top: 43px;
    background: #00263B; /* Old browsers */
    background: -moz-linear-gradient(top, #00263B 0%, #000F1F 48%, #010715 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00263B), color-stop(48%,#000F1F), color-stop(100%,#010715)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #00263B 0%,#000F1F 48%,#010715 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #00263B 0%,#000F1F 48%,#010715 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #00263B 0%,#000F1F 48%,#010715 100%); /* IE10+ */
    background: linear-gradient(to bottom, #00263B 0%,#000F1F 48%,#010715 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00263B', endColorstr='#010715',GradientType=0 ); /* IE6-9 */
}

.body-registration .navbar-fixed-top.registration-navbar {
    background-color: #fff;
    padding: 15px 0;
}

    .body-registration .navbar-fixed-top.registration-navbar .navbar-header {
        float: none;
        width: 100%;
    }

        .body-registration .navbar-fixed-top.registration-navbar .navbar-header .navbar-left {
            margin-left: 30px;
            margin-top: 18px;
            margin-right: 15px;
            float: right !important;
        }

.body-registration .registration-process-header-buttons {
    position: absolute;
    right: 0;
    margin: -89px 10px 0 0;
}

    .body-registration .registration-process-header-buttons .dropdown-menu {
        width: 100%;
    }

        .body-registration .registration-process-header-buttons .dropdown-menu:hover {
            cursor: pointer;
        }



.body-registration .navbar-brand,
.body-registration .navbar > .container .navbar-brand,
.body-registration .navbar > .container-fluid .navbar-brand {
    display: inline-block;
    width: 187px;
    height: 71px;
    text-indent: -9999px;
    margin-left: 15px;
    background-image: url(../img/logo_187x71.png);
}

.body-registration .portlet.registration-navbar-progress {
    background-color: #E8FAFE;
    margin-top: 101px;
}

.body-registration .nav-pills.registration-navbar-progress {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    background: transparent;
}

    .body-registration .nav-pills.registration-navbar-progress > li {
        padding-top: 10px;
        padding-bottom: 10px;
    }

@media (min-width: 768px) {
    .body-registration .nav-pills.registration-navbar-progress {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .body-registration .nav-pills.registration-navbar-progress {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .body-registration .nav-pills.registration-navbar-progress {
        width: 1170px;
    }
}

.body-registration .form-wizard .steps > li > a.step,
.body-registration .form-wizard .steps > li > a.step:visited {
    background-color: transparent;
    color: #00A0FF;
    border-radius: 0;
}

.body-registration .form-wizard .steps > li.active > a.step,
.body-registration .form-wizard .steps > li.active > a.step:visited {
    color: #005283;
}

.body-registration .form-wizard .steps > li > a.step > .number {
    background-color: #00A0FF;
    color: white;
    font-size: 20px;
    line-height: 34px;
    height: 34px;
    width: 34px;
    padding: 0;
}

.body-registration .form-wizard .steps > li.active > a.step > .number {
    background-color: #005283;
}

.form-wizard .steps > li > a.step > .desc {
    font-size: 20px;
}

.body-registration .portlet,
.body-registration .btn,
.body-registration .form-control {
    border-radius: 0;
}

.body-registration .btn,
.body-registration .form-control {
    height: 38px;
}

.body-registration .form-control {
    font-size: 15px;
    color: #141414;
}

    .body-registration .form-control:focus {
        border-color: #00A0FF;
    }

/*.body-registration .form-control.ng-invalid,
.body-registration .form-control.ng-invalid:focus{
	border-color: #FF565B;
}*/

.body-registration .has-error .form-control {
    border-color: #FF565B;
}

.body-registration .has-error .help-block {
    border-color: #FF565B;
    color: #FF565B;
}

.body-registration h4.form-section {
    border-bottom: none;
    text-transform: uppercase;
    font-size: 20px;
    color: #656565;
}

.body-registration .dropdown-menu {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.body-registration .portlet {
    margin-bottom: 10px;
}

.body-registration select {
    /*-webkit-appearance: none;*/
    -webkit-border-radius: 0px;
}

.body-registration .portlet.light.bordered {
    border: none !important;
}

.body-registration .portlet.light > .portlet-title > .caption.caption-md > .caption-subject {
    font-size: 20px;
    font-weight: 300 !important;
}

.body-registration .theme-font {
    color: #00A0FF !important;
}

.body-registration .btn-success,
.body-registration .btn-success:visited,
.body-registration [ng-if^="registration.DivingModel.ProgramID"] ~ .row > .col-sm-8 .portlet-body .form-inline .btn-default,
.body-registration [ng-if^="registration.DivingModel.ProgramID"] ~ .row > .col-sm-8 .portlet-body .form-inline .btn-default:visited {
    background-color: #00A0FF;
    border-color: #00A0FF;
    color: #FFFFFF;
}

.body-registration .page-spinner-bar > div,
.body-registration .block-spinner-bar > div {
    background: #00A0FF;
}

.body-registration .add-member-button {
    margin-left: -webkit-calc(8.33333333% + 15px);
    margin-left: -moz-calc(8.33333333% + 15px);
    margin-left: calc(8.33333333% + 15px);
}

.body-registration .dropdown > .dropdown-menu {
    margin-top: -1px;
    border-radius: 0;
}

.body-registration .portlet.light > .portlet-title > .tools {
    padding: 0 0 15px 0;
}

.body-registration .portlet.light > .portlet-title > .caption > i {
    margin-top: -2px;
    margin-right: 10px;
}

.body-registration [ng-click^="getAQuote"],
.body-registration [ng-click^="getAQuote"]:visited,
.body-registration [ng-click^="proceed(extendedForm)"],
.body-registration [ng-click^="proceed(extendedForm)"]:visited,
.body-registration [ng-if^="registration.DivingModel.ProgramID"] ~ .row > .col-sm-4 .portlet-body form .btn.btn-success.btn-block,
.body-registration .pl-nextStep {
    width: 300px;
    height: 65px;
    max-width: 100%;
    background: #85FFB0;
    margin: 25px auto 0;
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    color: #005282;
    text-transform: uppercase;
}

    .body-registration [ng-click^="getAQuote"]:hover,
    .body-registration [ng-click^="getAQuote"]:visited:hover {
        background: #76f7a3;
    }

.body-registration .progress {
    height: 1px;
    background-color: #96e0f5;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.body-registration .control-label {
    font-size: 15px;
    color: #656565;
}

.body-registration [ng-if^="referringPartnerRadio"] {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 15px;
}

.body-registration .portlet[ng-if^="!showExtendedForm && comparisonTable && ((!isModal)"],
.body-registration .portlet[ng-if^="!showExtendedForm && ((divingComparisonTable && !isModal)"],
.body-registration .portlet[ng-if^="!showExtendedForm && ((membershipComparisonTable && !isModal)"],
.body-registration .portlet[ng-if^="!showExtendedForm && ((travelComparisonTable && !isModal)"] {
    background-color: transparent;
}

    .body-registration .portlet[ng-if^="!showExtendedForm && comparisonTable && ((!isModal)"] > .portlet-title,
    .body-registration .portlet[ng-if^="!showExtendedForm && ((divingComparisonTable && !isModal)"] > .portlet-title,
    .body-registration .portlet[ng-if^="!showExtendedForm && ((membershipComparisonTable && !isModal)"] > .portlet-title,
    .body-registration .portlet[ng-if^="!showExtendedForm && ((travelComparisonTable && !isModal)"] > .portlet-title {
        border-bottom: none;
        margin-bottom: 30px;
    }

        .body-registration .portlet[ng-if^="!showExtendedForm && comparisonTable && ((!isModal)"] > .portlet-title > .caption.caption-md [class*="fa-"],
        .body-registration .portlet[ng-if^="!showExtendedForm && ((divingComparisonTable && !isModal)"] > .portlet-title > .caption.caption-md [class*="fa-"],
        .body-registration .portlet[ng-if^="!showExtendedForm && ((membershipComparisonTable && !isModal)"] > .portlet-title > .caption.caption-md [class*="fa-"],
        .body-registration .portlet[ng-if^="!showExtendedForm && ((travelComparisonTable && !isModal)"] > .portlet-title > .caption.caption-md [class*="fa-"] {
            display: none;
        }

        .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 {
            font-weight: normal !important;
            text-transform: none !important;
            color: #FFFFFF !important;
        }

            .body-registration .portlet[ng-if^="!showExtendedForm && comparisonTable && ((!isModal)"] > .portlet-title > .caption.caption-md .caption-subject.theme-font.bold.uppercase br,
            .body-registration .portlet[ng-if^="!showExtendedForm && ((divingComparisonTable && !isModal)"] > .portlet-title > .caption.caption-md .caption-subject.theme-font.bold.uppercase br,
            .body-registration .portlet[ng-if^="!showExtendedForm && ((membershipComparisonTable && !isModal)"] > .portlet-title > .caption.caption-md .caption-subject.theme-font.bold.uppercase br,
            .body-registration .portlet[ng-if^="!showExtendedForm && ((travelComparisonTable && !isModal)"] > .portlet-title > .caption.caption-md .caption-subject.theme-font.bold.uppercase br {
                display: none;
            }

    .body-registration .portlet[ng-if^="!showExtendedForm && comparisonTable && ((!isModal)"] > .portlet-body,
    .body-registration .portlet[ng-if^="!showExtendedForm && ((divingComparisonTable && !isModal)"] > .portlet-body,
    .body-registration .portlet[ng-if^="!showExtendedForm && ((membershipComparisonTable && !isModal)"] > .portlet-body,
    .body-registration .portlet[ng-if^="!showExtendedForm && ((travelComparisonTable && !isModal)"] > .portlet-body {
        background-color: #00617E;
        color: white;
        padding-left: 15px;
        padding-right: 14px;
        padding-top: 0;
    }

        .body-registration .portlet[ng-if^="!showExtendedForm && comparisonTable && ((!isModal)"] > .portlet-body > .row > [class*="col-"] .hidden-xs,
        .body-registration .portlet[ng-if^="!showExtendedForm && ((divingComparisonTable && !isModal)"] > .portlet-body > .row > [class*="col-"] .hidden-xs,
        .body-registration .portlet[ng-if^="!showExtendedForm && ((membershipComparisonTable && !isModal)"] > .portlet-body > .row > [class*="col-"] .hidden-xs,
        .body-registration .portlet[ng-if^="!showExtendedForm && ((travelComparisonTable && !isModal)"] > .portlet-body > .row > [class*="col-"] .hidden-xs {
            font-size: 15px;
            padding: 15px 5px;
        }

        .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-"] {
            padding: 0;
            background-color: white;
        }

            .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 {
                padding: 0;
            }

            .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 {
                padding-top: 0;
                padding-bottom: 0;
            }

.program-class-1-name {
    background-color: #7DD4A7 !important;
}

.program-class-1-price {
    background-color: #94FEC8 !important;
}

.program-class-2-name {
    background-color: #84CFE4 !important;
}

.program-class-2-price {
    background-color: #94E6FE !important;
}

.program-class-3-name {
    background-color: #BCB6E4 !important;
}

.program-class-3-price {
    background-color: #D1CAFD !important;
}

.program-class-4-name {
    background-color: #DA7D7D !important;
}

.program-class-4-price {
    background-color: #FF9595 !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 {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 30px 0;
    background-color: #84CFE4;
}

.body-registration .portlet[ng-if^="!showExtendedForm && comparisonTable && ((!isModal)"] > .portlet-body > .row > [ng-repeat^="program in comparisonTable.Programs"] > [class*="col-"] h2,
.body-registration .portlet[ng-if^="!showExtendedForm && ((divingComparisonTable && !isModal)"] > .portlet-body > .row > [ng-repeat^="program in divingComparisonTable.Programs"] > [class*="col-"] h2,
.body-registration .portlet[ng-if^="!showExtendedForm && ((membershipComparisonTable && !isModal)"] > .portlet-body > .row > [ng-repeat^="program in membershipComparisonTable.Programs"] > [class*="col-"] h2,
.body-registration .portlet[ng-if^="!showExtendedForm && ((travelComparisonTable && !isModal)"] > .portlet-body > .row > [ng-repeat^="program in travelComparisonTable.Programs"] > [class*="col-"] h2 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    background-color: #94E6FE;
    color: #035182;
}

.body-registration .portlet[ng-if^="!showExtendedForm && comparisonTable && ((!isModal)"] > .portlet-body > .row > [ng-repeat^="program in comparisonTable.Programs"]:last-child > [class*="col-"] h1,
.body-registration .portlet[ng-if^="!showExtendedForm && ((divingComparisonTable && !isModal)"] > .portlet-body > .row > [ng-repeat^="program in divingComparisonTable.Programs"]:last-child > [class*="col-"] h1,
.body-registration .portlet[ng-if^="!showExtendedForm && ((membershipComparisonTable && !isModal)"] > .portlet-body > .row > [ng-repeat^="program in membershipComparisonTable.Programs"]:last-child > [class*="col-"] h1,
.body-registration .portlet[ng-if^="!showExtendedForm && ((travelComparisonTable && !isModal)"] > .portlet-body > .row > [ng-repeat^="program in travelComparisonTable.Programs"]:last-child > [class*="col-"] h1 {
    background-color: #BCB6E4;
}

.body-registration .portlet[ng-if^="!showExtendedForm && comparisonTable && ((!isModal)"] > .portlet-body > .row > [ng-repeat^="program in comparisonTable.Programs"]:last-child > [class*="col-"] h2,
.body-registration .portlet[ng-if^="!showExtendedForm && ((divingComparisonTable && !isModal)"] > .portlet-body > .row > [ng-repeat^="program in divingComparisonTable.Programs"]:last-child > [class*="col-"] h2,
.body-registration .portlet[ng-if^="!showExtendedForm && ((membershipComparisonTable && !isModal)"] > .portlet-body > .row > [ng-repeat^="program in membershipComparisonTable.Programs"]:last-child > [class*="col-"] h2,
.body-registration .portlet[ng-if^="!showExtendedForm && ((travelComparisonTable && !isModal)"] > .portlet-body > .row > [ng-repeat^="program in travelComparisonTable.Programs"]:last-child > [class*="col-"] h2 {
    background-color: #D1CAFD;
}

.body-registration .portlet[ng-if^="!showExtendedForm && comparisonTable && ((!isModal)"] > .portlet-body > .row > [ng-repeat^="program in comparisonTable.Programs"] > [class*="col-"] .btn-success,
.body-registration .portlet[ng-if^="!showExtendedForm && comparisonTable && ((!isModal)"] > .portlet-body > .row > [ng-repeat^="program in comparisonTable.Programs"] > [class*="col-"] .btn-success:visited,
.body-registration .portlet[ng-if^="!showExtendedForm && ((divingComparisonTable && !isModal)"] > .portlet-body > .row > [ng-repeat^="program in divingComparisonTable.Programs"] > [class*="col-"] .btn-success,
.body-registration .portlet[ng-if^="!showExtendedForm && ((divingComparisonTable && !isModal)"] > .portlet-body > .row > [ng-repeat^="program in divingComparisonTable.Programs"] > [class*="col-"] .btn-success:visited,
.body-registration .portlet[ng-if^="!showExtendedForm && ((membershipComparisonTable && !isModal)"] > .portlet-body > .row > [ng-repeat^="program in membershipComparisonTable.Programs"] > [class*="col-"] .btn-success,
.body-registration .portlet[ng-if^="!showExtendedForm && ((membershipComparisonTable && !isModal)"] > .portlet-body > .row > [ng-repeat^="program in membershipComparisonTable.Programs"] > [class*="col-"] .btn-success:visited,
.body-registration .portlet[ng-if^="!showExtendedForm && ((travelComparisonTable && !isModal)"] > .portlet-body > .row > [ng-repeat^="program in travelComparisonTable.Programs"] > [class*="col-"] .btn-success,
.body-registration .portlet[ng-if^="!showExtendedForm && ((travelComparisonTable && !isModal)"] > .portlet-body > .row > [ng-repeat^="program in travelComparisonTable.Programs"] > [class*="col-"] .btn-success:visited {
    margin: 30px 0;
    background-color: white;
    border: 2px solid #2ECDF7;
    color: #035182;
    padding: 0 10px;
    font-size: 15px;
    text-transform: uppercase;
    min-width: 130px;
}

    .body-registration .portlet[ng-if^="!showExtendedForm && comparisonTable && ((!isModal)"] > .portlet-body > .row > [ng-repeat^="program in comparisonTable.Programs"] > [class*="col-"] .btn-success:hover,
    .body-registration .portlet[ng-if^="!showExtendedForm && comparisonTable && ((!isModal)"] > .portlet-body > .row > [ng-repeat^="program in comparisonTable.Programs"] > [class*="col-"] .btn-success:visited:hover,
    .body-registration .portlet[ng-if^="!showExtendedForm && ((divingComparisonTable && !isModal)"] > .portlet-body > .row > [ng-repeat^="program in divingComparisonTable.Programs"] > [class*="col-"] .btn-success:hover,
    .body-registration .portlet[ng-if^="!showExtendedForm && ((divingComparisonTable && !isModal)"] > .portlet-body > .row > [ng-repeat^="program in divingComparisonTable.Programs"] > [class*="col-"] .btn-success:visited:hover,
    .body-registration .portlet[ng-if^="!showExtendedForm && ((membershipComparisonTable && !isModal)"] > .portlet-body > .row > [ng-repeat^="program in membershipComparisonTable.Programs"] > [class*="col-"] .btn-success:hover,
    .body-registration .portlet[ng-if^="!showExtendedForm && ((membershipComparisonTable && !isModal)"] > .portlet-body > .row > [ng-repeat^="program in membershipComparisonTable.Programs"] > [class*="col-"] .btn-success:visited:hover,
    .body-registration .portlet[ng-if^="!showExtendedForm && ((travelComparisonTable && !isModal)"] > .portlet-body > .row > [ng-repeat^="program in travelComparisonTable.Programs"] > [class*="col-"] .btn-success:hover,
    .body-registration .portlet[ng-if^="!showExtendedForm && ((travelComparisonTable && !isModal)"] > .portlet-body > .row > [ng-repeat^="program in travelComparisonTable.Programs"] > [class*="col-"] .btn-success:visited:hover {
        background-color: #84CFE4;
        border: 2px solid #84CFE4;
    }

.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: none;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}

.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 {
    background: #EBFAFF;
    color: #656565;
}

.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 {
    background: #01455C;
    color: #FFFFFF;
    text-align: left;
}

.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: #FFFFFF;
    color: #656565;
}

.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: #004A63;
    color: #FFFFFF;
    text-align: left;
}

.body-registration #editDiving p {
    font-size: 15px;
}

.body-registration #editDiving .col-sm-offset-10.col-xs-offset-10:last-child {
    text-align: right;
}

    .body-registration #editDiving .col-sm-offset-10.col-xs-offset-10:last-child h2 {
        text-align: right;
        font-weight: bold;
        font-size: 20px;
        color: #035182;
    }

.body-registration [ng-if^="registration.TravelModel.ProgramID"] ~ .row,
.body-registration [ng-if^="registration.DivingModel.ProgramID"] ~ .row {
    margin-top: 30px;
}

    .body-registration [ng-if^="registration.TravelModel.ProgramID"] ~ .row > .col-sm-8 .portlet.light.bordered .body-registration [ng-if^="registration.DivingModel.ProgramID"] ~ .row > .col-sm-8 .portlet.light.bordered {
        background-color: transparent;
        border: 1px solid #32CAFB !important;
        color: #FFFFFF;
    }

    .body-registration [ng-if^="registration.TravelModel.ProgramID"] ~ .row > .col-sm-8 .portlet.light.bordered .control-label,
    .body-registration [ng-if^="registration.DivingModel.ProgramID"] ~ .row > .col-sm-8 .portlet.light.bordered .control-label {
        display: block;
        /*color: white;*/
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .body-registration [ng-if^="registration.TravelModel.ProgramID"] ~ .row > .col-sm-8 .portlet.light.bordered .form-inline .form-group,
    .body-registration [ng-if^="registration.DivingModel.ProgramID"] ~ .row > .col-sm-8 .portlet.light.bordered .form-inline .form-group {
        display: block;
    }

    .body-registration [ng-if^="registration.TravelModel.ProgramID"] ~ .row > .col-sm-8 .portlet.light.bordered .form-inline .form-control,
    .body-registration [ng-if^="registration.DivingModel.ProgramID"] ~ .row > .col-sm-8 .portlet.light.bordered .form-inline .form-control {
        color: #000000;
        background-color: transparent;
        border: 1px solid #32CAFB;
        min-width: 260px;
        margin-right: 5px;
    }

    .body-registration [ng-if^="registration.TravelModel.ProgramID"] ~ .row > .col-sm-8 .portlet.light.bordered .form-inline .btn-default,
    .body-registration [ng-if^="registration.DivingModel.ProgramID"] ~ .row > .col-sm-8 .portlet.light.bordered .form-inline .btn-default {
        text-transform: uppercase;
    }

    .body-registration [ng-if^="registration.TravelModel.ProgramID"] ~ .row > .col-sm-4 .portlet-body h3,
    .body-registration [ng-if^="registration.DivingModel.ProgramID"] ~ .row > .col-sm-4 .portlet-body h3 {
        font-size: 20px;
        margin: 15px 0;
    }

    .body-registration [ng-if^="registration.TravelModel.ProgramID"] ~ .row > .col-sm-4 .portlet-body .text-right h3,
    .body-registration [ng-if^="registration.DivingModel.ProgramID"] ~ .row > .col-sm-4 .portlet-body .text-right h3 {
        font-weight: bold;
    }

    .body-registration [ng-if^="registration.TravelModel.ProgramID"] ~ .row > .col-sm-4 .portlet-body .row:last-of-type .text-right h3,
    .body-registration [ng-if^="registration.DivingModel.ProgramID"] ~ .row > .col-sm-4 .portlet-body .row:last-of-type .text-right h3 {
        /*color: #035182;*/
    }

    .body-registration [ng-if^="registration.TravelModel.ProgramID"] ~ .row > .col-sm-4 .portlet-body hr,
    .body-registration [ng-if^="registration.DivingModel.ProgramID"] ~ .row > .col-sm-4 .portlet-body hr {
        margin: 0;
    }

    .body-registration [ng-if^="registration.TravelModel.ProgramID"] ~ .row > .col-sm-4 .portlet-body form .btn.btn-success.btn-block,
    .body-registration [ng-if^="registration.DivingModel.ProgramID"] ~ .row > .col-sm-4 .portlet-body form .btn.btn-success.btn-block {
        margin: 10px 0;
    }

    .body-registration [ng-if^="registration.TravelModel.ProgramID"] ~ .row > .col-sm-4 .portlet-body form .btn.btn-success.btn-block,
    .body-registration [ng-if^="registration.DivingModel.ProgramID"] ~ .row > .col-sm-4 .portlet-body form .btn.btn-success.btn-block {
        width: 100%;
    }

.body-registration #editDiving > h1 {
    font-size: 20px;
    color: white;
    margin-bottom: 30px;
}

.body-registration .modal-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.body-registration .modal .modal-header {
    border-bottom: none;
}

    .body-registration .modal .modal-header .modal-title {
        color: #035182;
        font-size: 20px;
        font-weight: bold;
    }

.body-registration .modal .modal-body {
    padding-top: 0;
    font-size: 20px;
}

.body-registration .modal .modal-footer {
    text-align: center;
    border-top: none;
}

    .body-registration .modal .modal-footer .btn {
        min-width: 220px;
    }

    .body-registration .modal .modal-footer .btn-success,
    .body-registration .modal .modal-footer .btn-success:visited {
        background: #85FFB0;
        font-size: 20px;
        height: 46px;
        color: #005282;
        text-transform: uppercase;
    }

    .body-registration .modal .modal-footer .btn-warning,
    .body-registration .modal .modal-footer .btn-warning:visited {
        background: #C9D7E0;
        font-size: 20px;
        height: 46px;
        color: #005186;
        text-transform: uppercase;
    }

.body-registration .text-primary {
    color: #00A0FF;
}

.body-registration .text-clean {
    color: #FFFFFF;
}

.body-registration .spaced {
    padding-top: 15px;
    padding-bottom: 15px;
}

    .body-registration .spaced.spaced-double {
        padding-top: 30px;
        padding-bottom: 30px;
    }

.body-registration .content-common {
    font-size: 20px;
}

.body-registration .content-head {
    font-size: 40px;
    font-weight: normal;
}

.body-registration .btn-stroke,
.body-registration .btn-stroke:visited {
    color: #00A0FF;
    background-color: transparent;
    border: 2px solid #27B7DA;
    min-width: 260px;
    height: 48px !important;
    padding-top: 12px;
}

    .body-registration .btn-stroke:hover,
    .body-registration .btn-stroke:visited:hover {
        background-color: #27B7DA;
        color: #FFFFFF;
    }

.body-registration .date-picker .has-error {
    border-color: #FF565B;
}


.body-registration .registration-step {
    margin-top: 50px;
}

.glyphicon.glyphicon-flag.color-1 {
    color: red;
}

.glyphicon.glyphicon-flag.color-2 {
    color: blue;
}

.glyphicon.glyphicon-flag.color-3 {
    color: green;
}

table tr.crm-priority-1 {
    background-color: #EFD4DC !important;
}

table tr.crm-priority-2 {
    background-color: #F1F9C4 !important;
}

.popover-placement {
    margin-top: 10px;
}

.popover-content, .popover-content .body {
    width: 100%;
}

    .popover-content li {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (min-width: 768px) {
    .modal.registration-record-modal .modal-dialog {
        width: 1130px;
        margin: 30px auto;
    }
}

.bg-white {
    background-color: #fff;
}

.da,
.body-registration .fa-globe:before,
.body-registration .fa-calendar:before,
.body-registration .fa-users:before,
.body-registration .fa-user:before,
.body-registration [ng-click="addMember()"]:before,
.body-registration .registration-navbar-progress .active .number:before,
.body-registration [ng-click^="getAQuote"]:after {
    content: '';
    width: 20px;
    height: 16px;
    background: url(../img/da.png) no-repeat top left;
    display: inline-block;
    vertical-align: middle;
}

    .da.da-small-primary-arrow-right {
        background-position: 0 0;
        width: 9px;
        height: 15px;
    }

    .da.da-small-primary-calendar {
        background-position: 0 -15px;
        width: 16px;
    }

    .da.da-small-primary-close {
        background-position: 0 -31px;
        width: 36px;
        height: 36px;
    }

    .da.da-small-primary-fish,
    .body-registration [ng-if="comparisonTable && isModal == false && showExtendedForm"]:nth-child(2) .fa.fa-user.theme-font:before,
    .body-registration [ng-if="(travelComparisonTable || divingComparisonTable || membershipComparisonTable) && isModal == false && showExtendedForm"]:nth-child(2) .fa.fa-user.theme-font:before {
        background-position: 0 -67px;
        width: 24px;
        height: 12px;
    }

    .da.da-small-primary-oyster,
    .body-registration .fa.fa-globe.theme-font:before,
    .body-registration [ng-if="(travelComparisonTable || divingComparisonTable || membershipComparisonTable) && isModal == false && showExtendedForm"] .fa.fa-user.theme-font:before,
    .body-registration [ng-if="comparisonTable && isModal == false && showExtendedForm"] .fa.fa-user.theme-font:before {
        background-position: 0 -79px;
        height: 20px;
    }

    .da.da-small-primary-printer {
        background-position: 0 -99px;
        height: 20px;
    }

    .da.da-small-primary-remove {
        background-position: 0 -119px;
        width: 18px;
        height: 18px;
    }

    .da.da-small-primary-scuba,
    .body-registration .fa.fa-calendar.theme-font:before {
        background-position: 0 -137px;
        width: 23px;
        height: 23px;
    }

    .da.da-small-primary-seastar,
    .body-registration .fa.fa-users.theme-font:before {
        background-position: 0 -160px;
        width: 23px;
        height: 24px;
    }

    .da.da-small-primary-submarine,
    .body-registration [ng-click^="getAQuote"]:after {
        background-position: 0 -184px;
        width: 29px;
        height: 25px;
    }

    .da.da-small-primary-turtle {
        background-position: 0 -209px;
        width: 24px;
        height: 25px;
    }

    .da.da-large-clean-bubble {
        background-position: 0 -234px;
        width: 114px;
        height: 95px;
    }

    .da.da-medium-clean-cruise {
        background-position: 0 -329px;
        width: 36px;
        height: 36px;
    }

    .da.da-medium-clean-lifebuoy {
        background-position: 0 -365px;
        width: 34px;
        height: 34px;
    }

    .da.da-medium-clean-lifejacket {
        background-position: 0 -399px;
        width: 31px;
        height: 31px;
    }

    .da.da-small-base-arrow-dropdown {
        background-position: 0 -430px;
        width: 12px;
        height: 8px;
    }

    .da.da-small-clean-check,
    .body-registration .registration-navbar-progress .active .number:before {
        background-position: 0 -438px;
        width: 13px;
        height: 9px;
    }

    .da.da-small-clean-plus,
    .body-registration [ng-click="addMember()"]:before {
        background-position: 0 -447px;
        width: 12px;
        height: 12px;
    }

    .da.da-small-mute-checkbox-off {
        background-position: 0 -459px;
    }

    .da.da-small-mute-checkbox-on {
        background-position: 0 -475px;
    }

    .da.da-small-primary-arrow-down {
        background-position: 0 -491px;
        width: 12px;
        height: 14px;
    }

    .da.da-small-primary-crab,
    .body-registration [ng-hide*="enums.EntityTypes.Names.Partner"] .fa.fa-calendar.theme-font:before {
        background-position: 0 -505px;
        width: 22px;
        height: 23px;
    }

.body-registration [ng-click="addMember()"]:before {
    margin-top: -3px;
    margin-right: 9px;
}

.body-registration .page-step-3 .registration-navbar-progress .active:nth-child(1) .number,
.body-registration .page-step-4 .registration-navbar-progress .active:nth-child(1) .number,
.body-registration .page-step-4 .registration-navbar-progress .active:nth-child(2) .number {
    position: relative;
    text-indent: -9999px;
}

.body-registration .registration-navbar-progress .active .number:before {
    display: none;
}

.body-registration .page-step-3 .registration-navbar-progress .active:nth-child(1) .number:before,
.body-registration .page-step-4 .registration-navbar-progress .active:nth-child(1) .number:before,
.body-registration .page-step-4 .registration-navbar-progress .active:nth-child(2) .number:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -7px;
}

.body-registration [ng-click^="getAQuote"]:after {
    margin-left: 10px;
    margin-top: -6px;
}






/* mobile responsive styles */
@media only screen and (max-width: 767px) {
    ::-webkit-scrollbar {
        width: 0 !important;
    }

    .body-registration .hide-navbar #bodyContent {
        padding-top: 0;
    }

    .body-registration .portlet.registration-navbar-progress {
        margin-top: 0;
        margin: 0 -30px 30px !important;
        padding: 0 30px !important;
        background-color: transparent;
        border-bottom: 1px solid #00A0FF;
    }

    .body-registration .navbar-fixed-top.registration-navbar,
    .body-registration .navbar-fixed-top.registration-navbar-progress {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
    }

    .body-registration .page-content {
        padding-top: 0;
    }

    .body-registration .page-container .registration-navbar-progress li {
        width: auto;
        float: left;
    }

        .body-registration .page-container .registration-navbar-progress li.active {
            display: none;
        }

    .body-registration .page-content .registration-navbar-progress li:not(:nth-child(1)) .desc {
        display: none;
    }

    .body-registration .page-step-2 .registration-navbar-progress li:not(:nth-child(2)) .desc {
        display: none;
    }

    .body-registration .page-step-3 .registration-navbar-progress li:not(:nth-child(3)) .desc {
        display: none;
    }

    .body-registration .page-step-4 .registration-navbar-progress li:not(:nth-child(4)) .desc {
        display: none;
    }

    .body-registration .page-content .registration-navbar-progress .form-wizard .steps > li:nth-child(1) > a.step > .number,
    .body-registration .page-step-2 .registration-navbar-progress .form-wizard .steps > li:nth-child(2) > a.step > .number,
    .body-registration .page-step-3 .registration-navbar-progress .form-wizard .steps > li:nth-child(3) > a.step > .number,
    .body-registration .page-step-4 .registration-navbar-progress .form-wizard .steps > li:nth-child(4) > a.step > .number {
        background-color: #00A0FF;
        color: #FFFFFF;
    }

    .body-registration .form-wizard .steps > li > a.step > .number {
        background-color: transparent;
        color: #00A0FF;
        border: 1px solid #00A0FF;
    }

    .body-registration .form-wizard .steps > li > a {
        padding: 10px 0;
    }

    .body-registration .form-wizard .steps > li + li {
        margin-left: 30px;
    }

    .body-registration .form-wizard .steps > li.active + li {
        margin-left: 15px;
    }

    .body-registration .form-wizard #bar {
        display: none;
    }

    .body-registration .add-member-button {
        margin-left: 0;
        padding: 0 15px;
        width: 100%;
    }

        .body-registration .add-member-button [ng-click="addMember()"] {
            width: 100%;
            height: 50px;
        }

    .body-registration .member-label-first {
        margin-top: 0;
    }

    .body-registration [ng-if="registration.DivingModel.ProgramID"] .caption.caption-md,
    .body-registration [ng-if="registration.TravelModel.ProgramID"] .caption.caption-md {
        max-width: 70%;
        line-height: 1.5;
    }

        .body-registration [ng-if="registration.DivingModel.ProgramID"] .caption.caption-md > [class^="fa"],
        .body-registration [ng-if="registration.DivingModel.ProgramID"] .caption.caption-md > [class*="fa"],
        .body-registration [ng-if="registration.TravelModel.ProgramID"] .caption.caption-md > [class^="fa"],
        .body-registration [ng-if="registration.TravelModel.ProgramID"] .caption.caption-md > [class*="fa"] {
            display: none;
        }

    .body-registration .col-sm-3.col-xs-12 > .control-label ~ .text-center {
        text-align: left;
    }

    .body-registration #editDiving .form-inline .form-control ~ .btn.btn-default {
        width: 100%;
        margin-top: 15px;
    }
}



@media only screen and (max-width: 479px) {
    .body-registration .form-wizard .steps > li + li {
        margin-left: 10px;
    }

    .body-registration .form-wizard .steps > li > a.step > .desc {
        font-size: 15px;
    }
}

.day {
    padding-right: 5px !important;
}

.month {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.year {
    padding-left: 5px !important;
}

.body-registration .container {
    padding-right: 0;
    padding-left: 0;
}

.remove-btn {
    float: right;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended .select-language {
    margin-top: 7px;
}

    .page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended .select-language .dropdown-menu {
        width: 100%;
    }

        .page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended .select-language .dropdown-menu:hover {
            cursor: pointer;
        }

.form-group.required .control-label:after {
    content: "*";
    color: red;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

/*Changed by Uri 15/10/2015 - datatables bug*/
.previous-year-comparison-datatable {
    width: 1137px !important;
}
/*End Changed by Uri 15/10/2015 - datatables bug*/

table tr td.start-of-month, table tr th.start-of-month {
    border-left: 1px solid #DDD;
}

table.partner-sales {
    border: 1px solid #DDD;
}

@media only screen and (min-width: 992px) {
}



/* Simple Registration */
.body-registration .portlet.simple-results,
.body-registration .portlet.simple-results {
    background-color: transparent;
}

    .body-registration .portlet.simple-results > .portlet-title,
    .body-registration .portlet.simple-results > .portlet-title {
        border-bottom: none;
        margin-bottom: 30px;
    }

        .body-registration .portlet.simple-results > .portlet-title > .caption.caption-md [class*="fa-"],
        .body-registration .portlet.simple-results > .portlet-title > .caption.caption-md [class*="fa-"] {
            display: none;
        }

        .body-registration .portlet.simple-results > .portlet-title > .caption.caption-md .caption-subject.theme-font.bold.uppercase,
        .body-registration .portlet.simple-results > .portlet-title > .caption.caption-md .caption-subject.theme-font.bold.uppercase {
            font-weight: normal !important;
            text-transform: none !important;
            color: #FFFFFF !important;
        }

            .body-registration .portlet.simple-results > .portlet-title > .caption.caption-md .caption-subject.theme-font.bold.uppercase br,
            .body-registration .portlet.simple-results > .portlet-title > .caption.caption-md .caption-subject.theme-font.bold.uppercase br {
                display: none;
            }

    .body-registration .portlet.simple-results > .portlet-body,
    .body-registration .portlet.simple-results > .portlet-body {
        background-color: #00617E;
        color: white;
        padding-left: 15px;
        padding-right: 14px;
        padding-top: 0;
    }

        .body-registration .portlet.simple-results > .portlet-body > .row > [class*="col-"] .hidden-xs,
        .body-registration .portlet.simple-results > .portlet-body > .row > [class*="col-"] .hidden-xs {
            font-size: 15px;
            padding: 15px 5px;
        }

        .body-registration .portlet.simple-results > .portlet-body > .row > .simple-results-header > [class*="col-"],
        .body-registration .portlet.simple-results > .portlet-body > .row > .simple-results-header > [class*="col-"] {
            padding: 0;
            background-color: white;
        }

            .body-registration .portlet.simple-results > .portlet-body > .row > .simple-results-header > [class*="col-"] .comparison-table-cell-content,
            .body-registration .portlet.simple-results > .portlet-body > .row > .simple-results-header > [class*="col-"] .comparison-table-cell-content {
                padding: 0;
            }

            .body-registration .portlet.simple-results > .portlet-body > .row > .simple-results-header > [class*="col-"] > .comparison-table-cell:first-child,
            .body-registration .portlet.simple-results > .portlet-body > .row > .simple-results-header > [class*="col-"] > .comparison-table-cell:first-child,
            .body-registration .portlet.simple-results > .portlet-body > .row > .simple-results-header > [class*="col-"] > .comparison-table-cell-selected:first-child,
            .body-registration .portlet.simple-results > .portlet-body > .row > .simple-results-header > [class*="col-"] > .comparison-table-cell-selected:first-child {
                padding-top: 0;
                padding-bottom: 0;
            }

.program-class-1-name {
    background-color: #7DD4A7 !important;
}

.program-class-1-price {
    background-color: #94FEC8 !important;
}

.program-class-2-name {
    background-color: #84CFE4 !important;
}

.program-class-2-price {
    background-color: #94E6FE !important;
}

.program-class-3-name {
    background-color: #BCB6E4 !important;
}

.program-class-3-price {
    background-color: #D1CAFD !important;
}

.program-class-4-name {
    background-color: #DA7D7D !important;
}

.program-class-4-price {
    background-color: #FF9595 !important;
}


.body-registration .portlet.simple-results > .portlet-body > .row > .simple-results-header > [class*="col-"] h1,
.body-registration .portlet.simple-results > .portlet-body > .row > .simple-results-header > [class*="col-"] h1 {
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding: 30px 0;
    background-color: #84CFE4;
}

.body-registration .portlet.simple-results > .portlet-body > .row > .simple-results-header > [class*="col-"] h2,
.body-registration .portlet.simple-results > .portlet-body > .row > .simple-results-header > [class*="col-"] h2 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    background-color: #94E6FE;
    color: #035182;
}

.body-registration .portlet.simple-results > .portlet-body > .row > .simple-results-header:last-child > [class*="col-"] h1,
.body-registration .portlet.simple-results > .portlet-body > .row > .simple-results-header:last-child > [class*="col-"] h1 {
    background-color: #BCB6E4;
}

.body-registration .portlet.simple-results > .portlet-body > .row > .simple-results-header:last-child > [class*="col-"] h2,
.body-registration .portlet.simple-results > .portlet-body > .row > .simple-results-header:last-child > [class*="col-"] h2 {
    background-color: #D1CAFD;
}

.body-registration .portlet.simple-results > .portlet-body > .row > .simple-results-header > [class*="col-"] .btn-success,
.body-registration .portlet.simple-results > .portlet-body > .row > .simple-results-header > [class*="col-"] .btn-success:visited,
.body-registration .portlet.simple-results > .portlet-body > .row > .simple-results-header > [class*="col-"] .btn-success,
.body-registration .portlet.simple-results > .portlet-body > .row > .simple-results-header > [class*="col-"] .btn-success:visited {
    margin: 30px 0;
    background-color: white;
    border: 2px solid #2ECDF7;
    color: #035182;
    padding: 0 10px;
    font-size: 15px;
    text-transform: uppercase;
    min-width: 130px;
}

    .body-registration .portlet.simple-results > .portlet-body > .row > .simple-results-header > [class*="col-"] .btn-success:hover,
    .body-registration .portlet.simple-results > .portlet-body > .row > .simple-results-header > [class*="col-"] .btn-success:visited:hover,
    .body-registration .portlet.simple-results > .portlet-body > .row > .simple-results-header > [class*="col-"] .btn-success:hover,
    .body-registration .portlet.simple-results > .portlet-body > .row > .simple-results-header > [class*="col-"] .btn-success:visited:hover {
        background-color: #84CFE4;
        border: 2px solid #84CFE4;
    }

.body-registration .portlet.simple-results .comparison-table-cell,
.body-registration .portlet.simple-results .comparison-table-cell-selected,
.body-registration .portlet.simple-results .comparison-table-cell,
.body-registration .portlet.simple-results .comparison-table-cell-selected {
    border: none;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}

/*.body-registration .portlet.simple-results [ng-repeat^="features in comparisonTable"]:nth-child(odd) > div > div,
.body-registration .portlet.simple-results [ng-repeat^="features in divingComparisonTable"]:nth-child(odd) > div > div,
.body-registration .portlet.simple-results [ng-repeat^="features in membershipComparisonTable"]:nth-child(odd) > div > div,
.body-registration .portlet.simple-results [ng-repeat^="features in travelComparisonTable"]:nth-child(odd) > div > div,
.body-registration .portlet.simple-results [ng-repeat^="features in comparisonTableFeatures"]:nth-child(odd) > div > div*/
.body-registration .portlet.simple-results [ng-repeat^="features in"]:nth-child(odd) > div > div {
    background: #EBFAFF;
    color: #656565;
}

/*.body-registration .portlet.simple-results [ng-repeat^="features in comparisonTable"]:nth-child(odd) > div:first-child > div,
.body-registration .portlet.simple-results [ng-repeat^="features in divingComparisonTable"]:nth-child(odd) > div:first-child > div,
.body-registration .portlet.simple-results [ng-repeat^="features in membershipComparisonTable"]:nth-child(odd) > div:first-child > div,
.body-registration .portlet.simple-results [ng-repeat^="features in travelComparisonTable"]:nth-child(odd) > div:first-child > div,*/
.body-registration .portlet.simple-results [ng-repeat^="features in"]:nth-child(odd) > div:first-child > div {
    background: #01455C;
    color: #FFFFFF;
    text-align: left;
}

/*.body-registration .portlet.simple-results [ng-repeat^="features in comparisonTable"]:nth-child(even) > div > div,
.body-registration .portlet.simple-results [ng-repeat^="features in divingComparisonTable"]:nth-child(even) > div > div,
.body-registration .portlet.simple-results [ng-repeat^="features in membershipComparisonTable"]:nth-child(even) > div > div,
.body-registration .portlet.simple-results [ng-repeat^="features in travelComparisonTable"]:nth-child(even) > div > div,*/
.body-registration .portlet.simple-results [ng-repeat^="features in"]:nth-child(even) > div > div {
    background: #FFFFFF;
    color: #656565;
}

/*.body-registration .portlet.simple-results [ng-repeat^="features in comparisonTable"]:nth-child(even) > div:first-child > div,
.body-registration .portlet.simple-results [ng-repeat^="features in divingComparisonTable"]:nth-child(even) > div:first-child > div,
.body-registration .portlet.simple-results [ng-repeat^="features in membershipComparisonTable"]:nth-child(even) > div:first-child > div,
.body-registration .portlet.simple-results [ng-repeat^="features in travelComparisonTable"]:nth-child(even) > div:first-child > div,*/
.body-registration .portlet.simple-results [ng-repeat^="features in"]:nth-child(even) > div:first-child > div {
    background: #004A63;
    color: #FFFFFF;
    text-align: left;
}













.body-registration .portlet.simple-results,
.body-registration .portlet.simple-results {
    background-color: transparent;
}

    .body-registration .portlet.simple-results > .portlet-title,
    .body-registration .portlet.simple-results > .portlet-title {
        border-bottom: none;
        margin-bottom: 30px;
    }

        .body-registration .portlet.simple-results > .portlet-title > .caption.caption-md [class*="fa-"],
        .body-registration .portlet.simple-results > .portlet-title > .caption.caption-md [class*="fa-"] {
            display: none;
        }

        .body-registration .portlet.simple-results > .portlet-title > .caption.caption-md .caption-subject.theme-font.bold.uppercase,
        .body-registration .portlet.simple-results > .portlet-title > .caption.caption-md .caption-subject.theme-font.bold.uppercase {
            font-weight: normal !important;
            text-transform: none !important;
            color: #FFFFFF !important;
        }

            .body-registration .portlet.simple-results > .portlet-title > .caption.caption-md .caption-subject.theme-font.bold.uppercase br,
            .body-registration .portlet.simple-results > .portlet-title > .caption.caption-md .caption-subject.theme-font.bold.uppercase br {
                display: none;
            }

    .body-registration .portlet.simple-results > .portlet-body,
    .body-registration .portlet.simple-results > .portlet-body {
        background-color: #00617E;
        color: white;
        padding-left: 15px;
        padding-right: 14px;
        padding-top: 0;
    }

        .body-registration .portlet.simple-results > .portlet-body > .row > [class*="col-"] .hidden-xs,
        .body-registration .portlet.simple-results > .portlet-body > .row > [class*="col-"] .hidden-xs {
            font-size: 15px;
            padding: 15px 5px;
        }

        .body-registration .portlet.simple-results > .portlet-body > .row > [ng-repeat^="program in programsResult.Programs"] > [class*="col-"],
        .body-registration .portlet.simple-results > .portlet-body > .row > [ng-repeat^="program in programsResult.Programs"] > [class*="col-"] {
            padding: 0;
            background-color: white;
        }

            .body-registration .portlet.simple-results > .portlet-body > .row > [ng-repeat^="program in programsResult.Programs"] > [class*="col-"] .comparison-table-cell-content,
            .body-registration .portlet.simple-results > .portlet-body > .row > [ng-repeat^="program in programsResult.Programs"] > [class*="col-"] .comparison-table-cell-content {
                padding: 0;
            }

            .body-registration .portlet.simple-results > .portlet-body > .row > [ng-repeat^="program in programsResult.Programs"] > [class*="col-"] > .comparison-table-cell:first-child,
            .body-registration .portlet.simple-results > .portlet-body > .row > [ng-repeat^="program in programsResult.Programs"] > [class*="col-"] > .comparison-table-cell:first-child,
            .body-registration .portlet.simple-results > .portlet-body > .row > [ng-repeat^="program in programsResult.Programs"] > [class*="col-"] > .comparison-table-cell-selected:first-child,
            .body-registration .portlet.simple-results > .portlet-body > .row > [ng-repeat^="program in programsResult.Programs"] > [class*="col-"] > .comparison-table-cell-selected:first-child {
                padding-top: 0;
                padding-bottom: 0;
            }

.program-class-1-name {
    background-color: #7DD4A7 !important;
}

.program-class-1-price {
    background-color: #94FEC8 !important;
}

.program-class-2-name {
    background-color: #84CFE4 !important;
}

.program-class-2-price {
    background-color: #94E6FE !important;
}

.program-class-3-name {
    background-color: #BCB6E4 !important;
}

.program-class-3-price {
    background-color: #D1CAFD !important;
}

.program-class-4-name {
    background-color: #DA7D7D !important;
}

.program-class-4-price {
    background-color: #FF9595 !important;
}


.body-registration .portlet.simple-results > .portlet-body > .row > [ng-repeat^="program in programsResult.Programs"] > [class*="col-"] h1,
.body-registration .portlet.simple-results > .portlet-body > .row > [ng-repeat^="program in programsResult.Programs"] > [class*="col-"] h1 {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 30px 0;
    background-color: #84CFE4;
}

.body-registration .portlet.simple-results > .portlet-body > .row > [ng-repeat^="program in programsResult.Programs"] > [class*="col-"] h2,
.body-registration .portlet.simple-results > .portlet-body > .row > [ng-repeat^="program in programsResult.Programs"] > [class*="col-"] h2 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    background-color: #94E6FE;
    color: #035182;
}

.body-registration .portlet.simple-results > .portlet-body > .row > [ng-repeat^="program in programsResult.Programs"]:last-child > [class*="col-"] h1,
.body-registration .portlet.simple-results > .portlet-body > .row > [ng-repeat^="program in programsResult.Programs"]:last-child > [class*="col-"] h1 {
    background-color: #BCB6E4;
}

.body-registration .portlet.simple-results > .portlet-body > .row > [ng-repeat^="program in programsResult.Programs"]:last-child > [class*="col-"] h2,
.body-registration .portlet.simple-results > .portlet-body > .row > [ng-repeat^="program in programsResult.Programs"]:last-child > [class*="col-"] h2 {
    background-color: #D1CAFD;
}

.body-registration .portlet.simple-results > .portlet-body > .row > [ng-repeat^="program in programsResult.Programs"] > [class*="col-"] .btn-success,
.body-registration .portlet.simple-results > .portlet-body > .row > [ng-repeat^="program in programsResult.Programs"] > [class*="col-"] .btn-success:visited,
.body-registration .portlet.simple-results > .portlet-body > .row > [ng-repeat^="program in programsResult.Programs"] > [class*="col-"] .btn-success,
.body-registration .portlet.simple-results > .portlet-body > .row > [ng-repeat^="program in programsResult.Programs"] > [class*="col-"] .btn-success:visited {
    margin: 30px 0;
    background-color: white;
    border: 2px solid #2ECDF7;
    color: #035182;
    padding: 0 10px;
    font-size: 15px;
    text-transform: uppercase;
    min-width: 130px;
}

    .body-registration .portlet.simple-results > .portlet-body > .row > [ng-repeat^="program in programsResult.Programs"] > [class*="col-"] .btn-success:hover,
    .body-registration .portlet.simple-results > .portlet-body > .row > [ng-repeat^="program in programsResult.Programs"] > [class*="col-"] .btn-success:visited:hover,
    .body-registration .portlet.simple-results > .portlet-body > .row > [ng-repeat^="program in programsResult.Programs"] > [class*="col-"] .btn-success:hover,
    .body-registration .portlet.simple-results > .portlet-body > .row > [ng-repeat^="program in programsResult.Programs"] > [class*="col-"] .btn-success:visited:hover {
        background-color: #84CFE4;
        border: 2px solid #84CFE4;
    }

.body-registration .portlet.simple-results .comparison-table-cell,
.body-registration .portlet.simple-results .comparison-table-cell-selected,
.body-registration .portlet.simple-results .comparison-table-cell,
.body-registration .portlet.simple-results .comparison-table-cell-selected {
    border: none;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}




.body-registration .portlet.simple-results .portlet-body > .row:nth-child(even) .simple-programs-table > div > div {
    background: #FFFFFF;
    color: #656565;
}

.body-registration .portlet.simple-results .portlet-body > .row:nth-child(odd) .simple-programs-table > div > div {
    background: #EBFAFF;
    color: #656565;
}

.body-registration .portlet.simple-results .portlet-body > .row:nth-child(even) .simple-programs-table > div:first-child > div {
    background: #01455C;
    color: #FFFFFF;
    text-align: left;
}

.body-registration .portlet.simple-results .portlet-body > .row:nth-child(odd) .simple-programs-table > div:first-child > div {
    background: #004A63;
    color: #FFFFFF;
    text-align: left;
}

.body-registration .portlet.simple-results .simple-programs-table > div > div {
    min-height: 170px;
}

.body-registration .portlet.simple-results .simple-programs-table.extended > div > div {
    min-height: 190px;
}

.help-block.warning {
    color: red;
}

/*TERMS PARTNER SIGN UP */
.termsLogosTitle {
    justify-content: space-between;
    flex-direction: row;
}

    .termsLogosTitle .termsImg {
        height: 46px;
        width: 153px;
    }

.termsTitle {
    text-align: center;
    font-weight: bold;
    margin-Top: 156px;
    font-size: 17px;
}

.termsContent {
    text-align: left;
    padding-left: 20%;
    padding-right: 20%;
}

    .termsContent .termsParagraph {
        margin-Top: 20px;
        font-size: 15px;
    }

        .termsContent .termsParagraph a {
            text-decoration: underline;
        }

.termsTable table {
    margin: 20px;
}

    .termsTable table td {
        border: 2px solid black;
        text-align: center;
        width: 25%;
        word-break: break-word;
        font-size: 15px;
    }

    .termsTable table th {
        border: 2px solid black;
        font-weight: bold;
        font-size: 15px;
        text-align: center;
        width: 25%;
        word-break: break-word;
    }

.boldWord {
    font-weight: bold;
}

.underLine {
    text-decoration: underline;
}

.yellowBG {
    background-color: yellow;
}

/*END TERMS PARTNER SIGN UP*/
.rowLine {
    display: inline;
}

.program-class-5-price {
    background-color: #94FE81 !important;
}

.program-class-6-price {
    background-color: #4BCFF7 !important;
}

.program-class-7-price {
    background-color: #ABA2E1 !important;
}

.program-class-8-price {
    background-color: #FF5151 !important;
}

/*for error input first ,middle and last name*/
.error-nonenglish {
    color: #FF565B;
}

/*FOR CORRECTING CALENDER VIEW*/
.member-dp ul tbody button {
    width: auto !important;
}

.amountToPayPrice {
    text-align: right;
    font-weight: bold;
    font-size: 20px;
    color: #035182;
}

.paymentNetSale {
    font-size: 13px;
    font-weight: bold;
    text-align: left;
}

.instructorTotalText h3 {
    font-size: 20px;
    margin: 15px 0;
}

.instructorTotalText .text-right h3 {
    font-weight: bold;
}

.instructorPaymentMethodBtn {
    margin: 10px 0;
}

p.certificate {
    line-height: 1.38;
    margin-top: 0pt;
    margin-bottom: 0pt;
    direction: ltr;
}

.certificate span {
    font-size: 14.6666666666667px;
    font-family: Arial;
    /*color: rgb(0, 0, 255);*/
    vertical-align: baseline;
    white-space: pre-wrap;
}

    .certificate span.blue {
        color: rgb(0, 0, 255);
    }

    .certificate span.bold {
        font-weight: bold;
    }

.edit-system-info.modal-body {
    /*position: absolute !important;*/
    display: inline-block !important;
}

.edit-system-info .form-group {
    display: flex;
}

.partnerCrmTbl {
    word-break: break-word !important;
}

.editCmntTxtArea {
    margin: 0px;
    width: 592px;
    height: 141px;
}

.inlineFlex {
    display: inline-flex;
}

.margin-10 {
    margin: 10px;
}

.center {
    text-align: center !important;
}

.font18px {
    font-size: 18px;
}

.programName {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 4px 0;
    white-space: pre-wrap;
    height: 40px;
    /*color: white !important;*/
}

.priceComparisonTBL {
    font-size: 17px !important;
    font-weight: 600 !important;
}

.programTooltip {
    color: white;
    border-radius: 50px;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 25px;
    position: absolute;
    z-index: 1;
    margin-top: -20px;
    margin-left: -25px;
    /*cursor: help;*/
}

.secondaryGetThisBtn {
    min-width: 0px !important;
}

.referringPartnerHelpToolTip {
    margin-left: 5px !important;
    margin-top: 5px !important;
}

.referringPartnerRow {
    display: inline-flex !important;
}

.breakWord {
    word-wrap: break-word;
}

.floatLeft {
    float: left;
}

.spacilLink {
    color: #090909 !important;
    margin-bottom: 0px !important;
}

    .spacilLink:hover {
        text-decoration: none;
        color: #090909 !important;
    }

.black {
    color: #000000 !important;
}

    .black:hover {
        color: #000000;
    }

.mobileContainer {
    padding: 12px 25px !important;
}

.mobileProgramsContainer {
    z-index: 100;
    background-color: #007193;
}

.mobileProgramRow {
    font-size: 16px;
    padding: 0px 5px;
    display: inline-flex;
    width: 100%;
}

.mobileProgramName {
    align-self: center;
    padding: 0px;
    width: 32%;
}

.mobileGetThisBtn {
    width: 32%;
    padding-right: 5px;
}

.mobileCollapseArrow {
    width: 4%;
    align-self: center;
    height: 100%;
}

.space40 {
    background-color: #007193;
    height: 40px;
}

.mobileProgramNameFeatures {
    color: black;
    font-weight: bolder;
}

.padding-0 {
    padding: 0 !important;
}

.padding-bottom-1 {
    padding-bottom: 1px;
}

.searchListXContainer {
    padding: 0 15px 0 0;
    margin-bottom: 10px;
}

.closeModal {
    float: right;
    /*margin-right: 15px;
    margin-bottom: 15px;*/
    font-size: 25px !important;
}

.wordBreak {
    word-break: break-word;
}

.margin-left-5 {
    margin-left: 5px;
}

.padding-0-20 {
    padding: 0px 20px !important;
}

.margin-left-0 {
    margin-left: 0px !important;
}

.partnerTermsContentContainer {
    overflow-y: scroll;
    padding: 0px 15px;
}

.smallLinkBtn {
    color: #5b9bd1;
    text-decoration: underline;
    background: transparent;
    font-size: smaller;
}

.margin-bottom-200 {
    margin-bottom: 200px !important;
}

.margin-bottom-100 {
    margin-bottom: 100px !important;
}

.width-28-perc {
    width: 28% !important;
    margin: 0px 2%;
}

.width-30-perc {
    width: 30% !important;
}

.webkit-center {
    text-align: -webkit-center !important;
}

.row-flex-center {
    display: flex;
    justify-content: center;
}

.space-around {
    justify-content: space-around;
}

.space-between {
    justify-content: space-between;
}

.margin-right-0 {
    margin-right: 0px !important;
}

.width-5-prec {
    width: 5% !important;
}

.width-10-prec {
    width: 10% !important;
}

.non-diver-x-info-container {
    position: relative;
    width: 10%;
}

.left-60 {
    left: 60px !important;
}

span.gray-font-style, .gray-font-style > i {
    font-size: x-large;
    padding: 0px;
}

.gray-font-style > i {
    color: #02B0E5;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.body-registration h2 {
    font-family: "Source Sans Pro";
    font-weight: normal;
}

span [ng-if="currencyPosition.left"], span [ng-if="currencyPosition.right"], .font-size-30 {
    font-size: 30px !important;
}

.font-size-25 {
    font-size: 25px !important;
}

.font-size-21 {
    font-size: 21px !important;
}

.font-size-19 {
    font-size: 19px !important;
}

.font-size-40 {
    font-size: 40px !important;
}

.section-summary {
    width: 90%;
}

.body-registration .summary-section .portlet.light .portlet-title .caption {
    display: unset;
}

.floatRight {
    float: right !important;
}

.display-price {
    font-size: 29px !important;
    font-weight: 400;
}

.solidLine {
    border-top: 1px solid #ADADAD !important;
}

.body-registration .summary-section + .row .form-inline input {
    width: 100%;
}

.GoIcon {
    position: absolute;
    right: 25px;
    top: 19px;
    height: 20px;
    width: 26px;
}

.autoHeight {
    height: auto !important;
}

.payment-methods > div {
    width: 25%;
    margin: 50px 50px 0px 50px;
}

.display-program-price .program-price-rate {
    font-size: 58px !important;
    background-color: #fff !important;
    /* line-height: 73px; */
    font-weight: 400 !important;
    color: #0B3644 !important;
}

.program-tooltip {
    position: absolute;
    background-color: transparent !important;
    right: 20px;
    padding: 0 !important;
    bottom: 20px;
}

.primary-secondary-row {
    max-width: 270px;
}

.width-50-perc {
    width: 50% !important;
}

.padding-left-15 {
    padding-left: 15px !important;
}

.select-program-checkbox {
    padding-left: 7px !important;
    cursor: pointer;
}

    .select-program-checkbox span {
        margin-bottom: -3px;
    }

.body-registration #selectNumOfPros {
    background: url(../img/ic_check.svg) no-repeat 95% 50%;
    background-size: 33px 22px;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.body-registration .liability .control-label span {
    font-size: 30px !important;
}

.add-remove-btns button {
    min-width: 10% !important;
}

.max-width-unset {
    max-width: unset !important;
}

label .referringPartnerRow .reffering-partner-selected {
    border-width: 2px !important;
    border-color: #02B0E5 !important;
    color: #02B0E5 !important;
}

.margin-top-10-perc- {
    margin-top: -10% !important;
}

.portlet.pl-process {
    margin-top: 0px !important;
}

.bold-600 {
    font-weight: 600 !important;
}

.thank-you-btn {
    color: #02B0E5;
    font-family: "Source Sans Pro";
    font-weight: 500;
    margin: 0px 10px;
    cursor: pointer;
}

    .thank-you-btn > img {
        width: 20px;
        height: 80%;
        /*margin-right: 5px;*/
    }

.margin-right-30 {
    margin-right: 30px;
}

.margin-left-30 {
    margin-left: 30px !important;
}

.thank-you-msg h3 {
    line-height: initial !important;
}

.addition-programs-container {
    height: 80px;
    min-width: 40%;
    cursor: pointer;
}

.addition-programs {
    background-image: url(../img/blue-box.png);
    background-size: 65% 25%;
    background-repeat: repeat-x;
    font-family: "Source Sans Pro";
    font-weight: 400;
    height: 80px;
    width: 100%;
    border: 1px solid rgba(173,173,173,0.38);
    border-radius: 8px;
    background-color: #FFFFFF;
    text-align: center;
    justify-content: space-between;
    align-items: center;
}

    .addition-programs span {
        height: 50% !important;
    }

    .addition-programs.selected {
        border: 1px solid #02B0E5;
    }

.bold-400 {
    font-weight: 400 !important;
}

.bold-500 {
    font-weight: 500 !important;
}

.margin-0 {
    margin: 0 !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.padding-top-0 {
    padding-top: 0px !important;
}

.padding-top-5 {
    padding-top: 5px;
}

.width-80-perc {
    width: 80% !important;
}