@import url("jquery-ui.css");

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.font100 {
    font-size: 50px !important;
}

/*.form-label, label, input, select, textarea {
    font-size: 0.875rem;
}*/
#basket-indicator {
    position: absolute;
    right: 10px;
    width: 33%;
    text-align: right;
}

    #basket-indicator div {
        color: #FFF;
    }

.right-navigation-icons .icon.icon-basket {
    font-size: 2rem;
}
/*-- cookiepolicy --*/
#cookiepolicy-main-outer {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 9999;
    background: #3174AF;
}
/*-- // cookiepolicy --*/
.ui-tab a {
    color: #093E52;
    line-height: 1.25rem;
    border: 0
}

.ui-tab.ui-state-active a {
    font-family: Arial, Helvetica, sans-serif;
    color: #004D85
}

.pagination a.btn  {
    margin: 0;
    min-width: 44px;
    min-height: 44px;
    line-height: 44px;
    padding: 0;
    font-size: 1.25rem;
    font-family: Arial, Helvetica, sans-serif;
}


.pagination a.active  {
    background-color: #367F8C;
    color: #fff;
}


/*End My account styles*/

/*--CATALOG PAGE--*/
.min-height-catalog-btn {
    min-height: 130px;
}
/*//--CATALOG PAGE--*/
.required-wrapper {
    color: #A92131 !important;
}
/*--WCAG change for button--*/
.btn.disabled, .btn[disabled] {
    color: #4F666D;
}


.custom-top-space {
    margin-top: 38px;
}

.custom-fieldset-history fieldset {
    margin-top: 0;
}

.sort-col-ascending {
    position: absolute;
    right: 4px;
    top: 0px;
    width: 44px;
    height: 44px;
    border-bottom: 0;
}

    .sort-col-ascending:after {
        content: '\e029';
        font-family: 'civica-icons';
        display: block;
        position: absolute;
        color: #367F8C;
        line-height: 38px;
        font-size: 16px;
        left: 9px;
        top: 3px;
    }

.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
}

.tooltip .tooltip-text-top {
    bottom: 100% !important;
}

.btn.stretched-link {
    position: static;
}

@media (min-width: 768px) {
    .order-summery {
        width: 50% !important;
        float:right !important;
    }
}

@media (min-width: 992px) {
    .order-summery {
        width: 50% !important;
        float: right !important;
    }
}

@media (min-width: 1200px) {
    .order-summery {
        width: 50% !important;
        float: right !important;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .order-summery-ie {
        width: 50% !important;
        float: right !important;
    }

    .right-navigation-icons .icon {
        font-size: 16px;
    }
}

@media all and (max-width: 479px) and (max-width: 768px) {
    .order-summery {
        float: left !important;
        min-width: 100%;
    }

    .right-navigation-icons .icon {
        font-size: 16px;
    }
}


@media (min-width: 1201px) {
    .left-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
        display: none;
    }
}

@media screen and (max-width: 992px) {
    table: not(.not-responsive) td, table:not(.not-responsive) th[scope="row"] {
        min-height: 38px;
    }

    .res-space-remove .col-lg-4, .res-space-remove .col-lg-2 {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .res-space-remove .col-lg-8, .res-space-remove .col-lg-10 {
        padding-top: 0px !important;
        padding-bottom: 15px !important;
    }

    .custom-top-space {
        margin-top: 0px;
    }
}


.link-button {
    text-decoration: underline;
    cursor: pointer;
    padding: 0 !important;
    border: none;
}

.left-menu-item-li {
    padding: 12px !important;
}

/*-- CHECKBOX DESIGN ADDON --*/
input[type = checkbox]:checked ~ label:after {
    opacity: 1;
}

.checkbox-wrapper input:focus ~ label::before {
    -webkit-box-shadow: 0 0 0 3px #2C93E2;
    box-shadow: 0 0 0 3px #2C93E2;
    border-width: 2px;
    border-color: #093E52;
    outline: 0;
}

.checkbox-wrapper input[type="checkbox"]:-moz-ui-invalid ~ label::before {
    box-shadow: 0 0 1.5px 2px #A92131;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .checkbox-wrapper input[type="checkbox"]:focus ~ label::before {
        box-shadow: 0 0 3px 2px #A92131;
    }
}
/*-- CHECKBOX DESIGN CHANGE --*/
/*Input Field Error Style*/

.input-validation-error {
    border: 3px solid #A92131;
}

    .input-validation-error:focus {
        box-shadow: 0 0 0 3pt #2C93E2;
        border: 2px solid #093E52;
    }


.error-summary {
    border: 3px solid #A92131;
    padding: 1rem 0 1rem 1.5rem;
    background-color: #FCF3F3;
}

.error-summary-title {
    color: #A92131;
}

.error-summary-list li {
    list-style-type: none;
    padding-left: 0;
}

    .error-summary-list li a {
        color: #A92131;
        border-bottom-color: #A92131;
    }

.error-summary-list {
    padding-left: 0;
}

.w-90 {
    width: 90px;
}

/*-- CHECKBOX DESIGN ADDON --*/
input[type=checkbox]:checked ~ label:after {
    opacity: 1;
}

.select-wrapper select.input-text {
    padding-right: 25px;
}
/*-- // CHECKBOX DESIGN CHANGE --*/
/*-- DATEPICKER --*/
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br, .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl, .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr, .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-radius: 0;
}
/*-- // DATEPICKER --*/

/*-- OVERLAY --*/
#portal-pagebody .ui-widget-overlay {
    background: #093E52;
    z-index: 0;
}

#portal-pagebody .ui-dialog {
    min-width: 350px !important;
    padding: 0;
    z-index: 9999;
}

#portal-pagebody .ui-dialog-titlebar, #portal-pagebody .ui-dialog-title {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 2rem;
    background: #093e52;
    color: #FFF;
}

#portal-pagebody #timeout-dialog-wrapper p {
    margin: 0;
    padding-bottom: 10px;
}

#portal-pagebody .ui-widget-header {
    border: 1px solid #093E52;
}


.ui-dialog-buttonset button {
    padding: 11.5px 1.5rem;
    border-radius: 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    transition: ease all 0.5s;
    min-width: 8rem;
    min-height: 44px;
    font-size: 1rem;
    position: relative;
    vertical-align: top;
    line-height: normal;
    background-color: #093E52;
    color: #fff;
    border: 1px solid #093E52;
}
/*-- // OVERLAY --*/

.container-fluid {
    max-width: 1600px;
}

/*----*/
.itemaddedtobasket {
    position: fixed;
    right: 0 !important;
    text-align: right;
    top: 56px;
    left: auto;
    min-width: 400px;
    z-index: 2;
}

    .itemaddedtobasket a {
        color: #FFF;
        border-bottom: 1px solid #FFF;
    }

@media (max-width: 992px) {
    .itemaddedtobasket {
        min-width: 100%;
    }

    #search-area .col-sm-12.col-md-3 {
        padding-top: 0;
    }
}

#hideMe {
    -moz-animation: cssAnimation 0s ease-in 5s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 5s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 5s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        overflow: hidden;
    }
}

@-webkit-keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        visibility: hidden;
    }
}

.closeButton {
    cursor: pointer;
}
/*-- // OVERLAY --*/

/*--HEADER PART--*/
.header-dropdown-content {
    min-width: 250px;
}

    .header-dropdown-content .myacc-links {
        display: block;
        font-size: unset;
        text-align: left;
    }

        .header-dropdown-content .myacc-links.icon:before {
            padding-right: 15px;
        }
/*--HEADER PART--*/

.pagination {
    display: block;
}
/*-- // OVERLAY --*/
.select-wrapper-new {
    position: relative;
    max-width: 300px;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
    max-width: none;
}

img {
    max-width: 100%;
    height: auto;
}


.pagination span.pager-page-label {
    margin: 5px;
    min-width: 44px;
    min-height: 44px;
    line-height: 44px;
    padding: 0;
    font-size: 1.00rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
    position: relative;
    vertical-align: top;
}

/*-- TABS --*/

.ui-tabs.ui-widget-content {
    border: none;
}

.ui-tabs .ui-widget-header {
    border-top: none;
    border-right: none;
    border-left: none;
    background: none;
    color: inherit;
    font-weight: inherit;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0;
    padding-bottom: 0;
}

.ui-tabs-tab.ui-state-default {
    border: none !important;
    background: none !important;
    color: inherit;
    font-weight: inherit;
}

    .ui-tabs-tab.ui-state-default:hover {
        border: none !important;
        background-color: #F6F8F9 !important;
    }

.ui-tabs-panel.ui-widget-content {
    border: 0;
    margin-top: 20px;
}

.tab-content {
    margin-top: 2rem;
}

.ui-tabs-tab {
    display: inline-block;
    padding: 0.5rem 1rem 0.5rem;
    margin-top: 1.5rem;
}

.ui-tabs-anchor {
    color: #093E52;
    line-height: 1.25rem;
    border: 0;
}

.ui-tabs-active .ui-tabs-anchor {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #004D85;
}

.ui-tabs-tab:hover {
    background-color: #F6F8F9;
}

    .ui-tabs-tab:hover .ui-tabs-anchor {
        color: #004D85;
        text-decoration: none;
        border: 0;
    }

.ui-tabs-tab:focus {
    -webkit-box-shadow: 0 0 0 3pt #2C93E2;
    box-shadow: 0 0 0 3pt #2C93E2;
}

.ui-tabs-anchor:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ui-tabs-nav {
    border-bottom: 3px solid #D2E1E4;
    width: 100%;
    padding-left: 0;
    z-index: 1010;
}

.sticky-0 {
    position: sticky;
    top: 0px;
    z-index: 999;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select:focus, textarea:focus, input:focus {
        font-size: 16px !important;
    }
}

@media (max-width: 768px) {
    .btn {
        line-height: normal !important;
        min-height: auto !important;
    }

    .custom-recurring-buttons-alignment {
        display: block;
    }

    .threed-frame-body .card-text {
        font-size: 0.7rem !important;
    }

    .threed-frame-body .progress-line {
        height: 50px !important;
        width: 50px !important;
    }

    .threed-frame-body .progress {
        height: 50px !important;
        width: 50px !important;
    }

    .threed-frame-body .card .card-body .row {
        margin: 0px !important;
    }

        .threed-frame-body .card .card-body .row progress-bar {
            margin: 5px !important;
        }
}

.case-lower {
    text-transform: lowercase
}

.letter-upper::first-letter {
    text-transform: uppercase
}

.validation-summary-errors {
    border: 3px solid #A92131;
    padding: 1rem 0 1rem 1.5rem;
    background-color: #FCF3F3;
    color: #A92131;
    font-size: 1.125rem;
    color: #A92131;
    border-bottom-color: #A92131;
    padding-left: 0;
}

.alternating th.text-right:not([scope="row"]) {
    padding-right: 0.50rem;
}

.ui-dialog-titlebar-close {
    font-family: 'civica-icons' !important;
    background: no-repeat;
    border: none;
    color: white;
    font-size: 25px;
    display: inline-block;
    padding: 0;
    margin: 0;
    top: 18px !important;
    right: 15px !important;
}

    .ui-dialog-titlebar-close:before {
        content: "\e011"
    }

.embed-threed-container {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    border: 0;
}

    .embed-threed-container iframe, .embed-threed-container object, .embed-threed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.select-wrapper .tooltip {
    display: inline;
    width: auto;
    position: absolute;
    right: 0;
    top: 10px;
    right: -30px;
}

.customborder {
    border: 3px;
    border-style: solid;
    padding: 25px;
}

.creditdebit-infoicon {
    line-height: normal !important;
    vertical-align: middle !important;
}

.font-size1 {
    font-size: 1rem !important;
}

.input-icon {
    position: relative;
    max-width: 300px;
}

    .input-icon .tooltip {
        display: inline;
        width: auto;
        position: absolute;
        right: 0;
        top: 10px;
        right: -30px;
    }

.top-header .logonolinks {
    display: inline-block;
    position: relative;
    top: 0;
    font-size: 1.5rem;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 56px;
    border-bottom: 0;
    padding: 0 1rem;
    z-index: 1070;
    display: inline-block;
}

@media screen and (max-width: 992px) {
    table:not(.not-responsive) td, table:not(.not-responsive) th[scope="row"] {
        min-height: 38px;
    }

    .res-space-remove .col-lg-4 {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .res-space-remove .col-lg-8 {
        padding-top: 0px;
        padding-bottom: 15px;
    }

    .res-max-w-300 {
        max-width: 300px;
    }
}



@media (max-width: 768px) {
    .btn {
        min-height: auto;
    }

    .custom-recurring-buttons-alignment {
        display: block;
    }

    .threed-frame-body .card-text {
        font-size: 0.7rem !important;
    }

    .threed-frame-body .progress-line {
        height: 50px !important;
        width: 50px !important;
    }

    .threed-frame-body .progress {
        height: 50px !important;
        width: 50px !important;
    }

    .threed-frame-body .card .card-body .row {
        margin: 0px !important;
    }

        .threed-frame-body .card .card-body .row progress-bar {
            margin: 5px !important;
        }
}

@media (max-width: 767px) {
    .main-menu-responsive li a span {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.25rem;
    }

    .main-menu-responsive .left-menu-item {
        background-color: #F6F8F9;
        border-bottom: #f0f0f0 1px solid;
    }

    .menu-header-text {
        font-size: 1rem
    }

    .mobile-button {
        float: none !important;
        margin-top: 0 !important;
    }

    .w-50m-100 {
        width: 100% !important
    }
}
