.aquapure .navbar .container {
    display: flex;
    flex-wrap: nowrap;
    max-width: 100%;
    width: 100%;
}

.aquapure .navbar .container .navbar-header {
    width: 100%;
}

.aquapure .navbar .container .navbar-collapse ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    float: none !important;
}

.aquapure .navbar .container .navbar-collapse ul li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.aquapure .navbar .container .navbar-collapse ul li a {
    font-size: 15px;
}

.aquapure .navbar .container .navbar-collapse ul li form button svg {
    width: 2rem;
    height: 2rem;
}

.aquapure .navbar .container .navbar-collapse ul li form button {
    background: white;
    border-radius: 50%;
    padding: 0;
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aquapure .navbar .container .navbar-collapse ul li form {
    padding-left: 10px !important;
    padding-right: 15px;
}

.goBackButton {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 18px;
    font-size: 18px;
    color: #182D58;
    text-decoration: underline;
}

.c-visit-pictures .form-row {
    margin-top: 2rem;
    position: relative;
    z-index: 1;
}

.c-visit-pictures__added {
    border-top: none;
    z-index: 0 !important;
}

.c-visit-pictures__added-picture {
    min-width: 24rem;
    min-height: 15rem
}

.c-visit-nav {
    background: #182D58 !important;
}

.c-visit-pictures__added-action button svg {
    min-height: 1.75rem;
    min-width: 1.75rem;
}

.c-summary {
    z-index: 4;
    max-height: 100vh;
    overflow-y: scroll;
}

.c-summary .card-form-sum-single div, .c-email-environment-info__body .card-form-sum-single div {
    font-size: 1.5rem;
}

.c-summary .card-form-sum-single span:first-of-type, .c-email-environment-info__body .card-form-sum-single span:first-of-type {
    font-weight: normal !important;
}

.c-summary .card-form-sum-single div:first-of-type, .c-email-environment-info__body .card-form-sum-single div:first-of-type {
    font-weight: 700;
}

.js-showSummary {
    transform: translateY(0);
}

.c-visit-main-content .c-dashboard-header {
    margin-bottom: 2rem;
    font-size: 1.7rem;
    padding-bottom: 1rem;
}

.c-visit-main-content .c-dashboard-header strong {
    font-weight: 200;
}

.c-visit-pictures__added-picture {
    border-radius: 0 !important;
    position: relative !important;
}

.c-visit-pictures__added-picture .c-visit-pictures__added-remove {
    position: absolute;
    top: calc(50% - 1.75rem);
    right: -1.75rem;
}

.c-visit-pictures__added-text textarea {
    padding: 1.475rem 2.15rem !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    border: 1px solid #dddddd;
}

.c-visit-pictures__added-text {
    margin-right: 0 !important;
}

.c-visit-pictures__added-action {
    width: inherit !important;
}

.c-visit-pictures__added-text div p {
    margin: 0;
}

.o-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    padding: 0 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    box-shadow: 0px 1px 7px 0px rgba(50, 50, 50, 0.4);
}


.o-header .o-header__logo img {
    width: 128px;
}

.o-header nav ul {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 15px;
}

.o-header nav ul li {
    margin: 0;
    display: flex;
}

.o-header nav ul li a {
    color: #000;
    padding: 15px 10px;
}

.o-header nav ul li a:hover {
    text-decoration: none;
    color: #01BCFF;
}

.o-header .is-active a {
    color: #01BCFF;
}

.o-header svg {
    width: 2rem;
    height: 2rem;
}

.o-header__button {
    border: 1px solid #182D58;
    padding: 3px 5px;
    border-radius: 5px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 0 5px 10px;
}

.o-header__button:hover {
    background: #182D58 !important;
    color: white !important;
}

.o-header__menu-trigger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: #182D58;
    border-radius: 5px;
}

.o-header__menu-trigger span {
    width: 25px;
    height: 3px;
    background: white;
    display: block;
}

.o-header__menu-trigger span:nth-of-type(2) {
    margin: 6px 0;
}

.o-menu {
    background: white;
    display: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 20px;
    position: fixed;
    top: 57px;
    left: 0;
    width: 100%;
    z-index: 6;
    box-shadow: 0px 9px 7px 0px rgba(50, 50, 50, 0.2);
}

.o-menu nav ul {
}

.o-menu nav ul li {
    margin: 15px 0;
}

.o-menu nav ul li a {
    color: #182D58;
}

.toggle-is-active span:nth-of-type(1) {
    transform: rotate(-45deg);
}

.toggle-is-active span:nth-of-type(3) {
    transform: rotate(45deg);
}

.toggle-is-active span:nth-of-type(2) {
    opacity: 0;
    margin: -3px 0;
}

.menu-is-active {
    display: flex;
}

@media screen and (max-width: 1100px) {
    .o-header__menu-trigger {
        display: flex;
    }

    .o-header {
        padding: 8px 15px;
    }

    .o-header nav {
        display: none;
    }
}

@media screen and (max-width: 900px) {

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

    .navbar-toggle {
        display: block !important;
    }

    .collapse:not(.show) {
        display: none !important;
    }

    .c-summary.is-pdf .card .collapse:not(.show) {
        display: block !important;
    }

    .collapse.in {
        display: block !important;
        overflow-y: inherit;
    }

    .navbar-collapse {
        position: fixed;
        top: 59px;
        left: 0;
        width: 100%;
        min-width: 100vw;
        background: #01BCFF;
        padding: 0;
        margin: 0;
    }

    .aquapure .navbar .container .navbar-collapse ul {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: center;
        background: #01BCFF;
    }

    .aquapure .navbar .container .navbar-collapse ul li form {
        margin-top: 10px;
    }

    .c-header-action ul {
        padding: 0;
    }

    .c-header-action ul button {
        margin-right: 0;
    }

    .c-header-action .c-header-profile {
        display: flex;
        align-items: center;
    }
}

.c-visit-maint-card__list {
    max-height: 0;
    overflow: hidden;
    transition: all ease-in-out .3s;
}


.info-list li:before {
    content: "";
    display: inline-block;
    margin-right: .5rem;
    font-size: 13px;
    color: #fff;
    background: #182D58;
    width: 5px;
    height: 5px;
    text-align: center;
    line-height: 5px;
    border-radius: 50%;
    position: relative;
    top: .9rem;
}

.info-button {
    color: #fff;
    background: #182D58;
    font-size: 30px;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -25px;
    text-align: center;
    border-radius: 50%;

    font-weight: bold;
    right: 15px;

    transition: all ease-in-out .15s;
    transform: scale(1);
}

.info-button:hover {
    cursor: pointer;
    transform: scale(1.2);
}

.c-visit-quote-signature-space {
    pointer-events: none;
    opacity: .5;
}

.c-visit-quote-signature-space.is-active {
    pointer-events: all;
    opacity: 1;
}

.c-visit-main.is-pdf .c-visit-text-image:first-child {
    align-items: center !important;
}

.c-visit-main.is-pdf .c-visit-text-image:first-child .c-visit-text-image__image {
    display: flex;
    justify-content: center;
}

.c-visit-text-image.c-visit-text-image-product img {
    height: 35rem;
}

/*.c-visit-quote-legal .container .row div .c-visit-quote-legal-check .checkbox label::after {*/
/*opacity: 0;*/
/*}*/

/*.checkbox input[type='checkbox']:checked + label:after {*/
/*opacity: 1 !important;*/
/*}*/

.pdf-big-images .card-body__pic {
    overflow: hidden;
    background: #fff;
}


.c-summary.is-pdf .pdf-page {
    height: 37.5cm !important;
}

.pdf-big-images .card-body__pic {
    height: 20cm !important;

}

.c-summary .pdf-big-images .card-body__pic .c-visit-pictures__added-picture {
    width: 66%;
    height: 60rem;
}

.c-summary .pdf-big-images .card-body__pic {
    display: flex !important;
}

.c-summary .pdf-big-images .card-form-sum-single span, .c-summary.is-pdf .pdf-big-images .card-body__pic div h4 {
    margin: 2rem 0;
    font-size: 1.6rem;
}

.c-summary .pdf-big-images #collapseTwo {
    background: #fff;
}

.c-summary.is-pdf {
    max-height: 999999999px !important;
}


.c-summary.is-pdf .collapse:not(.show) {
    display: block !important;
}

.c-summary.is-pdf .pdf-big-images .card-body__pics {
    width: 100%;
    display: block;
}

.pdf-big-images {
    display: block;
}

.c-summary.is-pdf .pdf-big-images .card-body__pic {
    width: 100% !important;
}

.generate-load-screen {
    background: #fff;
    position: fixed;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    left: 0;
    top: 0;
    transition: all ease-in-out .3s;
    opacity: 0;
    pointer-events: none;
}

.generate-load-screen.is-active {
    opacity: 1;
    pointer-events: all;
}

.btn-success {
    background-color: #182D58 !important;
    border-color: #182D58 !important;
    padding: .5rem 1.5rem !important;
}

.c-dashboard .container-card {
    display: flex;
    flex-direction: column;
    border-radius: .5rem;
}

.badge-danger {
    background: #dc3545 !important;
}

h1 {
    font-size: 30px !important;
}

.c-dashboard-item__info:first-of-type {
    max-width: 17rem;
}

.c-dashboard-item__info__header {
    max-width: 100% !important;
    min-width: 18rem !important;
    padding-right: 2rem;
    margin-right: 2rem;
}

.c-dashboard-item__info__body {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}

.c-dashboard-item__info__body span {
    font-size: 1.5rem;
}

.c-dashboard-item__info__header span {
    white-space: nowrap;
}

.c-email-env-header {
    width: 100%;
    background: white;
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
}

.c-email-env-header .btn {
    font-size: 1.5rem;
    padding: 0.7rem 1.5rem;
}

.c-email-environment__body {
    padding-top: 120px;
}

.c-email-env-header .o-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c-email-env-header img {
    max-width: 150px;
}

.c-email-env-intro-footer {
    display: flex;
    max-width: 80rem;
    margin: -15px auto;
}

.c-email-env-intro-footer .image {
    width: 85px;
    height: 85px;
    min-width: 85px;
    min-height: 85px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

.c-email-env-intro-footer .text {
    background: white;
    border-radius: 1rem;
    padding: 3rem;
    position: relative;
}

.c-email-env-intro-footer .contact {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.c-email-env-intro-footer .contact a {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.c-email-env-intro-footer .contact a svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.c-email-env-intro-footer .contact a span {
    color: #182D58;
    font-size: 15px;
    text-decoration: underline;
}

.c-email-env-intro-footer .text small {
    display: block;
}

.c-email-env-intro-footer .text:before {
    position: absolute;
    top: 20px;
    left: -12px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 13px 13px 0;
    border-color: transparent white transparent transparent;
}

.c-visit-portal .c-visit-main {
    max-width: 100rem;
    padding-top: 120px;
}

.c-visit-portal .c-visit-quote-sign {

}

.c-login .container-card {
    width: 500px !important;
    max-width: 500px !important;
    padding: 30px;
}

.c-login {
    min-height: calc(100vh - 60px);
}

.c-image-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-image-wrap img {
    max-width: 200px;
    margin-bottom: 25px;
}

.c-login .container-card .form-group .control-label {
    max-width: 100%;
    width: 100%;
}

.c-login .container-card .form-group .col-lg-3 {
    max-width: 100%;
}

.modal-info-single span {
    word-break: break-word;
}

.body-no-scroll {
    overflow: hidden;
}

.c-text-image-block {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid lightgray;
}

.c-text-image-block--no-border {
    border: 0;
    margin-bottom: 0;
}

.c-text-image-block--half {
    display: flex;
    align-items: center;
}

.c-text-image-block .image img {
    max-height: 40rem;
}

.c-text-image-block--half--text .text:first-of-type {
    margin-right: 40px;
}

.c-text-image-block--half-reversed .image {
    order: 2;
    margin-left: 25px;
    margin-right: 0 !important;
}

.c-text-image-block--half-reversed .text {
    order: 1;
}

.c-text-image-block--full {
    display: flex;
    flex-direction: column;
}

.c-text-image-block .text h3 {
    font-weight: 600;
    font-size: 2.5rem;
}

.c-text-image-block .image {
    margin-right: 25px;
}

.c-text-image-block--full .image {
    margin-right: 0;
    margin-bottom: 25px;
}

.c-text-image-block.contact {
    padding: 0;
}

.c-visit-quote .c-visit-quote-sum__total {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.c-visit-quote .c-visit-quote-sum__total small {
    margin-left: 5px;
}

.c-visit-quote .c-visit-quote-sum__total .toggle-modal-options-button {
    width: 25px;
    height: 25px;
    background: transparent;
    border: 2px solid #182D58;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    cursor: pointer;
}

.c-visit-quote .c-visit-quote-sum__total .toggle-modal-options-button svg {
    width: 12px;
    height: 12px;
    min-width: 12px;
    min-height: 12px;
}

@media screen and (max-width: 1100px) {
    .modal .modal-dialog {
        width: 100vw;
        height: 100vh;
        min-height: 100vh;
        min-width: 100%;
        margin-top: 0;
        border-radius: 0;
    }

    .modal .modal-content {
        min-height: 100vh;
        max-height: 100vh;
        overflow-y: scroll;
    }

    .modal .modal-header {
        padding-right: 75px;
    }

    .modal .modal-header .btn-item-modal-close {
        right: 2.1rem;
        top: 1.8rem;
    }
}

@media screen and (max-width: 900px) {

    .c-text-image-block {
        margin-bottom: 25px;
        padding-bottom: 25px;
    }

    .c-text-image-block--half {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .c-text-image-block--half .image, .c-text-image-block--half--text .text:first-of-type {
        margin-right: 0;
        margin-bottom: 25px;
        padding-bottom: 25px;
        border-bottom: 1px solid lightgray;
    }

    .c-text-image-block--half-reversed .text {
        order: 2;
    }

    .c-text-image-block--half-reversed .image {
        order: 1;
        margin-left: 0;
    }
}

@media screen and (max-width: 550px) {

    .c-text-image-block {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .c-image-wrap img {
        max-width: 150px;
        margin-bottom: 20px;
    }

    .c-visit p {
        font-size: 16px;
    }

    .c-email-env-intro-footer {
        flex-direction: column;
        align-items: center;
    }

    .c-email-env-intro-footer .image {
        margin-bottom: 20px;
        margin-right: 0;
    }

    .c-email-env-intro-footer .text:before {
        top: -12px;
        left: 0;
        right: 0;
        margin: auto;
        border-width: 0 13px 13px 13px;
        border-color: transparent transparent white transparent;
    }
}

@media screen and (max-width: 450px) {
    .c-email-env-intro-footer .contact a {
        flex-direction: column;
        align-items: flex-start;
    }

    .c-email-env-intro-footer .contact a span {
        font-size: 14px;
        word-break: break-word;
    }
}

@media screen and (min-width: 1200px) {
    .c-dashboard .container-card {
        max-width: 120rem !important;
    }
}

@media (min-width: 768px) {
    .c-dashboard .container-card {
        width: calc(100% - 6rem);
        max-width: 100%;
    }
}

@media screen and (max-width: 1100px) {
    .c-visit-portal .c-visit-main {
        max-width: calc(100% - 6rem);
        width: 100%;
        padding: 10rem 0 5rem;
    }

    .c-email-env-header .o-container {
        max-width: calc(100% - 6rem);
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .c-dashboard .container-card {
        width: calc(100% - 6rem);
        max-width: 100%;
        overflow-x: scroll;
    }

    h1 {
        font-size: 25px !important;
    }

    h2 {
        font-size: 18px !important;
    }

    .navbar-header {
        margin: 0 !important;
    }

    .c-email-env-header .o-container {
        max-width: calc(100% - 6rem);
        width: 100%;
    }

    .c-visit-portal .c-visit-main {
        max-width: calc(100% - 6rem);
        width: 100%;
        padding: 10rem 0 5rem;
    }
}

@media screen and (max-width: 600px) {

    .c-email-env-header .o-container .name {
        display: none;
    }

    .navbar-brand {
        padding-left: 0;
    }

    .navbar-toggle {
        margin-right: 0;
    }

    .c-dashboard {
        margin-top: 5rem;
    }

    .c-dashboard .container-card {
        width: calc(100% - 4rem);
        max-width: 100%;
    }

    .call-item {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .call-item .c-dashboard-item__wrap {
        width: 100%;
    }

    .call-item .c-dashboard-item__wrap span {
        font-size: 16px;
    }

    .c-dashboard-item__info__header {
        text-align: left;
        margin-right: 0;
    }

    .c-dashboard-item__info__body {
        margin-bottom: 10px;
        text-align: left;
    }
}

@media screen and (max-width: 600px) {

    .c-dashboard-search input {
        height: calc(3.2em + .75rem + 2px);
        margin-bottom: 10px;
    }

    .c-dashboard-search button {
        margin-left: 0;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    .c-dashboard .btn--rounded, .navigate-icon {
        width: 5.5rem;
        height: 5.5rem;
        min-width: 5.5rem;
        min-height: 5.5rem;
    }

    .c-dashboard-item__action .btn-secondary {
        padding: 1.25rem 2rem;
    }

    .c-dashboard-search {
        height: auto;
        flex-direction: column;
        justify-content: center;
        align-content: center;
    }

    #backend-filter .form-group {
        padding: 0;
    }

    #backend-filter .form-group select {
        border: none;
        margin-bottom: 10px;
    }

    .c-dashboard-item__info span, .c-dashboard-item__action .btn {
        font-size: 15px;
    }

    .c-dashboard .c-dashboard-header {
        padding-top: 6rem;
    }

}

@media screen and (max-width: 400px) {
    .c-email-env-header .o-container img {
        width: 100px;
    }
}

.c-sidebar ul li.is-unsaved {
    background: orange !important;
    position: relative;
}

.c-sidebar ul li.is-unsaved span {
    color: #fff;
    opacity: 1;
}

.c-sidebar ul li.is-unsaved svg {
    display: none;
}

.c-sidebar ul li.is-unsaved:after {
    content: "!";
    display: inline;
    color: #fff;
    position: absolute;
    right: 2.5rem;
    top: 1.5rem;
    font-size: 1.5rem;
}

/*Fixes 31 march*/

.c-visit-quote .c-text-image-block .c-email-environment-info__body .card-form-sum-single {
    justify-content: flex-start;
}

.c-visit-quote .c-text-image-block .c-email-environment-info__body .card-form-sum-single .field {
    min-width: 13rem;
}

.c-visit-portal .c-visit-main.is-pdf {
    padding: 3rem 3.5rem 6rem;
}

.is-pdf .modal-info-single{
    width: 100%;
}